left_sidebar: Remove unnecessary high-specifity selectors.

These were introduced in #34340, but removing them does not seem
to affect sidebar display--and it also restores the specifity of
selectors for hiding the grouping brackets in the zoomed-in view.
This commit is contained in:
Karl Stolley
2025-04-11 14:07:48 -04:00
committed by Tim Abbott
parent 1025fd559e
commit faa56e5f67

View File

@@ -1465,13 +1465,13 @@ li.top_left_scheduled_messages {
}
}
#streams_list ul.topic-list {
ul.topic-list {
line-height: var(--line-height-sidebar-row-prominent);
list-style-type: none;
font-weight: normal;
}
#streams_list ul.topic-list.topic-list-has-topics::before {
ul.topic-list.topic-list-has-topics::before {
content: " ";
display: block;
position: absolute;
@@ -1486,7 +1486,7 @@ li.top_left_scheduled_messages {
pointer-events: none;
}
#streams_list ul.topic-list.topic-list-has-topics::after {
ul.topic-list.topic-list-has-topics::after {
content: " ";
display: block;
position: absolute;
@@ -1500,7 +1500,7 @@ li.top_left_scheduled_messages {
pointer-events: none;
}
#streams_list ul.topic-list:has(.show-more-topics)::after {
ul.topic-list:has(.show-more-topics)::after {
/* When the show all topics control is displayed,
extend the bottom bracket. */
width: 18px;