show pointer on search dropdown

This *should* fix #1076
This commit is contained in:
Christian González 2016-09-18 21:19:02 +02:00 committed by GitHub
parent ec963e0823
commit 0484c5ac8e

View File

@ -44,6 +44,7 @@
.twitter-typeahead .tt-suggestion {
padding: 3px 20px;
white-space: nowrap;
cursor: pointer;
}
/*Added to menu element when it contains no content*/
@ -68,4 +69,4 @@
/*Added to the element that wraps highlighted text*/
.twitter-typeahead .tt-highlight {
}
}