From 135cf64b5d2ad9a9644f844feb99527148b4fa14 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 27 Aug 2020 14:29:34 +1000 Subject: [PATCH] make bottom-buttons leftpane border lighter --- stylesheets/_session_left_pane.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/stylesheets/_session_left_pane.scss b/stylesheets/_session_left_pane.scss index 5925fdf6d..55920d4bb 100644 --- a/stylesheets/_session_left_pane.scss +++ b/stylesheets/_session_left_pane.scss @@ -403,11 +403,8 @@ $session-compose-margin: 20px; flex-grow: 1; height: 51px; - @at-root .light-theme #{&} { - border: 1px solid $session-shade-15; - } - @at-root .dark-theme #{&} { - border: 1px solid $session-shade-6; + @include themify($themes) { + border: themed('borderActionPanel'); } } }