mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
typeahead: Alter CSS to make secondary items more readable.
This commit is contained in:
@@ -26,7 +26,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete_secondary {
|
.autocomplete_secondary {
|
||||||
opacity: 0.6;
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.active .autocomplete_secondary {
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#compose_buttons {
|
#compose_buttons {
|
||||||
|
|||||||
Reference in New Issue
Block a user