mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 00:03:26 +08:00
Ux sidebar muted icon (#18856)
* UX: sidebar muted channel opacity and colour change * UX: visual state for active on muted channel
This commit is contained in:
parent
abcaa1a961
commit
c122c032bb
@ -163,6 +163,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-section-link--muted {
|
.sidebar-section-link--muted {
|
||||||
opacity: 0.3;
|
opacity: 0.5;
|
||||||
|
|
||||||
|
.sidebar-section-link-prefix.icon .d-icon {
|
||||||
|
color: var(--primary-medium);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
.sidebar-section-link-prefix.icon .d-icon {
|
||||||
|
color: var(--primary-high);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user