typeaheads: Change active <li> to have white text again.

This was accidentally changed due to an inheritance problem of
`.typeahead.dropdown-menu a` overriding the default bootstrap
selector `.dropdown-menu .active > a` with its color styling
preferences.
This commit is contained in:
Brock Whittaker 2017-11-30 17:20:08 -08:00 committed by showell
parent 2776787dc3
commit 349dad7a84
1 changed files with 4 additions and 0 deletions

View File

@ -1749,6 +1749,10 @@ blockquote p {
color: inherit;
}
.typeahead.dropdown-menu .active {
color: #fff;
}
.nav .dropdown-menu:after {
position: absolute;
width: 0px;