From 67979ecc32b9c93fe82542aeb1e2a7f8c2b9537c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 29 Sep 2015 15:55:56 +0200 Subject: gedit: fix scrollbars-junction --- common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'common/gtk-3.0/3.14/sass') diff --git a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss index 045a2f7..47dc6a1 100644 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss @@ -165,6 +165,12 @@ GeditFileBrowserWidget { .scrollbar { @extend %dark_sidebar_scrollbar } + .scrollbars-junction, + .scrollbars-junction.frame { + border-color: transparent; + background-color: transparent; + } + .horizontal { background-color: transparent; border-color: darken($dark_sidebar_bg, 7%); @@ -224,9 +230,4 @@ GeditWindow.background.csd GeditFileBrowserView.view { background-color: transparent; } } - &s-junction, - &s-junction.frame { - border-color: transparent; - background-color: transparent; - } } -- cgit v1.2.3