From ac8cf863a03234d1622ffe07ddd3e26d59e2c1e8 Mon Sep 17 00:00:00 2001 From: Syarif Fakhri Date: Fri, 14 Oct 2022 21:07:58 +0800 Subject: [PATCH] remove unused css --- src/stylesheets/default.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/stylesheets/default.css b/src/stylesheets/default.css index 7f8d502..42cf1c1 100644 --- a/src/stylesheets/default.css +++ b/src/stylesheets/default.css @@ -43,16 +43,6 @@ ads--CDockWidgetSideTab { background: palette(window); } -ads--CDockWidgetSideTab[sideTabBarArea="Left"] { - border-left: 3px solid grey; - border-bottom: 1px solid white; -} - -ads--CDockWidgetSideTab[sideTabBarArea="Right"] { - border-right: 3px solid grey; - border-bottom: 1px solid white; -} - ads--CDockWidget { background: palette(light); border-color: palette(light);