make tabcomplete items clickable

pull/581/head
Matthew Hodgson 2015-12-24 15:12:24 +00:00
parent 94609db3a6
commit 0ab8466a3b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ limitations under the License.
.mx_TabCompleteBar_item {
display: inline-block;
margin-right: 15px;
cursor: pointer;
}
.mx_TabCompleteBar_item img {