mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +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;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.typeahead.dropdown-menu .active {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.nav .dropdown-menu:after {
|
.nav .dropdown-menu:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user