From 4b73a9aa590ecd4e09c33fb2f0cd534eaa133c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 8 Jul 2025 14:48:18 -0700 Subject: [PATCH] Styles: remove sidebar styles --- data/styles/Application.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/data/styles/Application.css b/data/styles/Application.css index 1d42914..dd9b140 100644 --- a/data/styles/Application.css +++ b/data/styles/Application.css @@ -1,19 +1,3 @@ -.sidebar-pane { - background: @insensitive_bg_color; -} - -.sidebar-pane .content-pane { - background: @base_color; -} - -.sidebar-pane:dir(ltr) { - border-right: 1px solid @menu_separator; -} - -.sidebar-pane:dir(rtl) { - border-left: 1px solid @menu_separator; -} - listview { background: inherit; }