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

View File

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