diff options
author | Horst3180 | 2016-03-11 12:11:31 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-11 12:11:31 +0100 |
commit | c73bd06f590e6d249de9f79aa8e1d8d36bb6f115 (patch) | |
tree | 586d7a35db9d8f348eceade6057b96942eaa63c9 /common/gtk-3.0/3.20/sass | |
parent | 866ae993eb6b3009e0849c7a67c41672e3c59b9c (diff) | |
download | solarc-theme-c73bd06f590e6d249de9f79aa8e1d8d36bb6f115.tar.gz solarc-theme-c73bd06f590e6d249de9f79aa8e1d8d36bb6f115.tar.xz solarc-theme-c73bd06f590e6d249de9f79aa8e1d8d36bb6f115.zip |
fix a thing
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_transparent_widgets.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss index 42d08a4..3390c96 100644 --- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss @@ -31,6 +31,7 @@ .sidebar-icon { color: transparentize($dark_sidebar_fg, 0.4); } + &.has-open-popup, &:hover { background-color: transparentize($dark_sidebar_fg, 0.85); } &:selected, &:selected:hover, &:active:hover { |