aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
authorHorst31802016-06-01 20:02:32 +0200
committerHorst31802016-06-01 20:02:32 +0200
commit519718b36cfd395034ddf678466dcc24ae70a0bd (patch)
treed93c5cd01d0859c7d81d83bf4ca5fd990ad5def9 /common/gtk-3.0/3.18/sass
parent2f80d3ccf8171e12a26b8d329cb51c6b0db7f083 (diff)
downloadsolarc-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.scss4
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));