left_sidebar: Suppress unread count on highlighted home row.

This commit is contained in:
Karl Stolley
2025-08-01 09:57:09 -05:00
committed by Tim Abbott
parent f362c4ea91
commit 1b7e42c7df

View File

@@ -1393,6 +1393,18 @@ li.top_left_scheduled_messages {
height: var(--line-height-sidebar-row);
}
}
/* When unread counts display in the condensed-view
row for users who do not prefer to mask their unread
counts, we suppress the count on the highlighted
home-view row. */
&:not(:has(.hide-unread-messages-count)) {
+ #left-sidebar-navigation-list {
.selected-home-view .unread_count {
display: none;
}
}
}
}
/* Remove the cursor: pointer property of Views label for the spectators. */