left_sidebar: Hide mention indicator on expanded folder except on hover.

This commit is contained in:
Evy Kassirer
2025-08-12 17:56:47 -07:00
committed by Tim Abbott
parent 4e930bf660
commit fd3c1977a9

View File

@@ -567,7 +567,7 @@
}
}
.stream-list-subsection-header .unread_mention_info {
.stream-list-subsection-header:not(:hover) .unread_mention_info {
display: none;
}
}