From 3f11de0a63b613e57c41a72686feff19d843f27f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 13:17:16 +0200 Subject: hide separator in font and filechooser buttons --- common/gtk-3.0/3.20/sass/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/gtk-3.0/3.20/sass/_common.scss') diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 08e1160..bfa57ae 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -546,6 +546,10 @@ button { } } + // hide separators + &.font, + &.file { separator { background-color: transparent; }} + //inline-toolbar buttons .inline-toolbar &, .inline-toolbar &:backdrop { border-radius: 2px; -- cgit v1.2.3