mirror of
https://github.com/discourse/discourse.git
synced 2025-05-04 08:14:33 +08:00
UX: hide thread icon on drawer when minimised
This commit is contained in:
parent
d8db9660db
commit
45447e7fcc
@ -104,6 +104,10 @@
|
|||||||
.c-navbar__threads-list-button {
|
.c-navbar__threads-list-button {
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
|
|
||||||
|
.is-collapsed & {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.has-unreads {
|
&.has-unreads {
|
||||||
.d-icon-discourse-threads {
|
.d-icon-discourse-threads {
|
||||||
color: var(--tertiary-med-or-tertiary);
|
color: var(--tertiary-med-or-tertiary);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user