make tabcomplete items clickable

This commit is contained in:
Matthew Hodgson 2015-12-24 15:12:24 +00:00
parent 94609db3a6
commit 0ab8466a3b

View File

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