Chat: Fix badge color on open chats
This commit is contained in:
parent
4de260c89d
commit
8ea558bbab
@ -125,8 +125,9 @@
|
|||||||
color: var(--color-white) !important;
|
color: var(--color-white) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Badge:not(.pinned) {
|
.Badge:not(.pinned):not(.muted) {
|
||||||
color: var(--color-chat-active);
|
color: var(--color-chat-active);
|
||||||
|
background: var(--color-white);
|
||||||
}
|
}
|
||||||
|
|
||||||
.Badge:not(.pinned).muted {
|
.Badge:not(.pinned).muted {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user