make tabcomplete items clickable
parent
94609db3a6
commit
0ab8466a3b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue