From 64b36878f601b6a0f8ebb2302feeb182709a2f4e Mon Sep 17 00:00:00 2001 From: Vince Date: Mon, 24 May 2021 11:28:33 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 3 +++ src/sass/gtk/_common-4.0.scss | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 1b6fa188..f23430de 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3612,6 +3612,7 @@ filechooser { border: none; min-width: 1px; background-image: image($dark_sidebar_border); + background-color: transparent; // &:dir(ltr) { margin-left: -1px; } // &:dir(rtl) { margin-right: -1px; } @@ -3805,11 +3806,13 @@ paned { &.horizontal > separator { background-repeat: repeat-y; + &:dir(ltr) { margin: 0 -8px 0 0; padding: 0 8px 0 0; background-position: left; } + &:dir(rtl) { margin: 0 0 0 -8px; padding: 0 0 0 8px; diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index c2c09d29..281ed885 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -3743,7 +3743,8 @@ filechooser { > box.vertical > box.vertical > paned.horizontal > separator { border: none; min-width: 1px; - background-image: image(if($variant=='light', $solid_borders_color, $header_border)); + background-image: image($dark_sidebar_border); + background-color: transparent; // &:dir(ltr) { margin-left: -1px; } // &:dir(rtl) { margin-right: -1px; }