left_sidebar: Remove unnecessary dark-mode color.

This commit is contained in:
Karl Stolley
2025-10-02 10:03:02 -05:00
committed by Tim Abbott
parent 9361a3cffe
commit 023fd27bcb
2 changed files with 0 additions and 18 deletions

View File

@@ -2967,17 +2967,6 @@
--unread-marker-left: 0;
/* Colors used across the app */
/* We mix an opaque version with the background for
replicating the color on .sidebar-topic-check, which
will mask a portion of the topic-grouping bracket.
The same is necessary for buddy-list heading hovers
in the right sidebar. */
--color-background-opaque-hover-active-narrow-filter: color-mix(
in srgb,
hsl(0deg 0% 97%) 8%,
hsl(0deg 0% 97%) 8%,
hsl(0deg 0% 11%)
);
--color-recipient-bar-controls-spinner: hsl(0deg 0% 100%);
--box-shadow-unread-counter-normal: none;

View File

@@ -997,13 +997,6 @@ li.active-sub-filter {
&:hover {
background-color: var(--color-background-active-narrow-filter);
.sidebar-topic-check {
/* This variable is only set and used in dark mode. */
background-color: var(
--color-background-opaque-hover-active-narrow-filter
);
}
}
.sidebar-topic-check {