From 78826dd981e33c9489406dc61dd7e4fdf2b90b63 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 3 Oct 2024 11:43:40 -0400 Subject: [PATCH] left_sidebar: Remove styles interfering with redesigned colors. --- web/styles/dark_theme.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index 688c8e8f9a..cd306dbbc5 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -537,13 +537,6 @@ } } - #topics_header { - .show-all-streams { - color: hsl(0deg 0% 100% / 75%); - opacity: 0.75; - } - } - .group-row.active, .stream-row.active { background-color: hsl(0deg 0% 0% / 20%);