mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 03:14:31 +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 {
|
||||
gap: 0.25rem;
|
||||
|
||||
.is-collapsed & {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.has-unreads {
|
||||
.d-icon-discourse-threads {
|
||||
color: var(--tertiary-med-or-tertiary);
|
||||
|
Loading…
x
Reference in New Issue
Block a user