diff options
author | Horst3180 | 2015-08-14 00:26:50 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-14 00:26:50 +0200 |
commit | 64705797d9692d0cb6e2ecb84fe7a1a949c592ea (patch) | |
tree | 407e0a444ab13c54a92c63967a822b7cb9637488 /common/gtk-3.0/3.16/sass | |
parent | fe924d140ae8a1c576979731613e064c2feb75cf (diff) | |
download | solarc-theme-64705797d9692d0cb6e2ecb84fe7a1a949c592ea.tar.gz solarc-theme-64705797d9692d0cb6e2ecb84fe7a1a949c592ea.tar.xz solarc-theme-64705797d9692d0cb6e2ecb84fe7a1a949c592ea.zip |
tweak checked popover menuitems
Diffstat (limited to 'common/gtk-3.0/3.16/sass')
-rw-r--r-- | common/gtk-3.0/3.16/sass/_common.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index 9c0150f..68d56d8 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -736,9 +736,10 @@ $_dot_color: $selected_bg_color; border-radius: 2px; &:hover { background-color: mix($fg_color,$bg_color,5%); } - &:selected, &:checked, &:active { + &:active, &:selected { @extend %selected_items; } + &:checked { color: $fg_color; } } /********* |