mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
FIX: sidebar dot color when chat is off (#22264)
This commit is contained in:
@ -49,6 +49,15 @@
|
|||||||
.sidebar-section-link-suffix {
|
.sidebar-section-link-suffix {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
font-size: var(--font-down-4);
|
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 {
|
.sidebar-section-link-content-text {
|
||||||
|
@ -136,16 +136,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-enabled {
|
.chat-enabled {
|
||||||
.sidebar-section-link-suffix.icon {
|
|
||||||
&.urgent svg {
|
|
||||||
color: var(--success);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.unread svg {
|
|
||||||
color: var(--tertiary-med-or-tertiary);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-section-link-prefix {
|
.sidebar-section-link-prefix {
|
||||||
.prefix-image {
|
.prefix-image {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
Reference in New Issue
Block a user