mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
@@ -1749,6 +1749,10 @@ blockquote p {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.typeahead.dropdown-menu .active {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.nav .dropdown-menu:after {
|
||||
position: absolute;
|
||||
width: 0px;
|
||||
|
||||
Reference in New Issue
Block a user