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:
chapoi 2022-11-03 16:00:21 +01:00 committed by GitHub
parent abcaa1a961
commit c122c032bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -163,6 +163,16 @@
}
.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);
}
}
}
}