mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user