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

This commit is contained in:
Kris
2023-06-26 10:43:35 +02:00
committed by GitHub
parent 56718504ac
commit 6ec95fa79c
2 changed files with 9 additions and 10 deletions
@@ -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 {
@@ -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;