diff options
author | Horst3180 | 2016-06-01 20:02:32 +0200 |
---|---|---|
committer | Horst3180 | 2016-06-01 20:02:32 +0200 |
commit | 519718b36cfd395034ddf678466dcc24ae70a0bd (patch) | |
tree | d93c5cd01d0859c7d81d83bf4ca5fd990ad5def9 /common/gtk-3.0/3.18/sass | |
parent | 2f80d3ccf8171e12a26b8d329cb51c6b0db7f083 (diff) | |
download | solarc-theme-519718b36cfd395034ddf678466dcc24ae70a0bd.tar.gz solarc-theme-519718b36cfd395034ddf678466dcc24ae70a0bd.tar.xz solarc-theme-519718b36cfd395034ddf678466dcc24ae70a0bd.zip |
use more specific selectors
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index a20f5d6..83aff34 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -2036,7 +2036,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { } } //selected list-row and infobar sliders - .menuitem:hover &, + .menu .menuitem:hover &, .list-row:selected &, GtkInfoBar & { background-image: linear-gradient(to bottom, $selected_fg_color); @@ -2085,7 +2085,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { &:insensitive { } } // troughs in selected list-rows and infobars - .menuitem:hover &, + .menu .menuitem:hover &, .list-row:selected &, GtkInfoBar & { background-image: linear-gradient(to bottom, transparentize(black, 0.8)); |