mirror of https://github.com/zulip/zulip.git
tab_bar: Fix colors stream_count and description in nightmode.
This fixes a bug which caused by removing an <li> based structure on the navbar. We forgot to update these styles.
This commit is contained in:
parent
a25b38cd0e
commit
87ba6cb4c9
|
@ -224,16 +224,16 @@ on a dark background, and don't change the dark labels dark either. */
|
|||
.top-navbar-border {
|
||||
border-color: hsla(0, 0%, 0%, 0.6);
|
||||
}
|
||||
#tab_bar #tab_list li.sub_count::before {
|
||||
#tab_bar #tab_list .sub_count::before {
|
||||
background: hsla(0, 0%, 100%, 0.5);
|
||||
}
|
||||
#tab_bar #tab_list li.sub_count::after {
|
||||
#tab_bar #tab_list .sub_count::after {
|
||||
background: hsla(0, 0%, 100%, 0.5);
|
||||
}
|
||||
|
||||
#searchbox_legacy {
|
||||
#tab_bar #tab_list li.sub_count,
|
||||
#tab_bar #tab_list li.narrow_description {
|
||||
#tab_bar #tab_list .sub_count,
|
||||
#tab_bar #tab_list .narrow_description {
|
||||
color: hsla(0, 0%, 90%, 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue