FIX: sidebar dot color when chat is off (#22264)

This commit is contained in:
Kris 2023-06-26 04:43:35 -04:00 committed by GitHub
parent 56718504ac
commit 6ec95fa79c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

View File

@ -49,6 +49,15 @@
.sidebar-section-link-suffix {
margin-left: 1em;
font-size: var(--font-down-4);
&.icon {
&.urgent svg {
color: var(--success);
}
&.unread svg {
color: var(--tertiary-med-or-tertiary);
}
}
}
.sidebar-section-link-content-text {

View File

@ -136,16 +136,6 @@
}
.chat-enabled {
.sidebar-section-link-suffix.icon {
&.urgent svg {
color: var(--success);
}
&.unread svg {
color: var(--tertiary-med-or-tertiary);
}
}
.sidebar-section-link-prefix {
.prefix-image {
border: 1px solid transparent;