mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
left_sidebar: Specify app background color on checkmark.
This commit is contained in:
@@ -1791,6 +1791,11 @@ li.active-sub-filter {
|
|||||||
bracket's bottom line. Its value must less than
|
bracket's bottom line. Its value must less than
|
||||||
the z-index set on .stream-list-subsection-header */
|
the z-index set on .stream-list-subsection-header */
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
/* To correct an edge case where a resolved topic is
|
||||||
|
the last in a list of topics, we set the app background
|
||||||
|
color on it to keep the closing topic bracket from
|
||||||
|
getting too close to the checkmark. */
|
||||||
|
background-color: var(--color-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-sidebar-controls {
|
.left-sidebar-controls {
|
||||||
|
|||||||
Reference in New Issue
Block a user