diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | 08cf21a35f496df6889499221ece676eea58c000 (patch) | |
tree | ad6b15393a256c49621f018e5a0c47ffa94628da /common/gtk-3.0/3.20/sass | |
parent | c361a65cc27b0ebab7f388517135d4201bd16bd2 (diff) | |
download | solarc-theme-08cf21a35f496df6889499221ece676eea58c000.tar.gz solarc-theme-08cf21a35f496df6889499221ece676eea58c000.tar.xz solarc-theme-08cf21a35f496df6889499221ece676eea58c000.zip |
use a more specific selector
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index ae3a0a8..75cfc1f 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -578,7 +578,7 @@ toolbar.inline-toolbar toolbutton { > button:first-child:hover:not(:checked):not(:active) { box-shadow: none; } > button:checked + button:not(:checked):not(:active):hover { box-shadow: none; } > button:checked + entry { border-left-color: if($variant=='light', $selected_bg_color, $entry_border); } - > entry + button:not(:checked):not(:active):hover { box-shadow: none; } + > entry + button:not(:checked):not(:active):not(:only-child):hover { box-shadow: none; } } // special case for path-bars |