From de484ff96465cf13f30153eba33d6f987705000d Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 11 Sep 2015 22:18:19 +0200 Subject: fix header-bar comboboxes --- common/gtk-3.0/3.16/sass/_common.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'common/gtk-3.0/3.16/sass/_common.scss') diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index ae6da28..4ceb343 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -1333,6 +1333,27 @@ GtkComboBox { &:hover { @include entry(header-focus); box-shadow: none; } &:insensitive { @include entry(header-insensitive); } } + &.combobox-entry .entry { + &:dir(ltr) { + &:focus { box-shadow: none; } + } + &:dir(rtl) { + &:focus { box-shadow: none; } + } + } + &.combobox-entry .button { + + &:dir(ltr) { + box-shadow: inset 1px 0 $header_button_border; + + &:insensitive { box-shadow: inset 1px 0 transparentize($header_button_border, 0.45); } + } + &:dir(rtl) { + box-shadow: inset -1px 0 $header_button_border; + + &:insensitive { box-shadow: inset -1px 0 transparentize($header_button_border, 0.45); } + } + } } // Header-bar Switches -- cgit v1.2.3