diff options
author | Horst3180 | 2016-03-21 21:59:14 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-21 21:59:14 +0100 |
commit | 8b4ed4c295e9d90fde26a064942d33aab38f86a5 (patch) | |
tree | 9f427e2a56effafed8e195bf7b7a7ad06b9ef5b8 /common/gtk-3.0/3.20/sass | |
parent | 770bcd460f5fec8ea3e82b6c4b9dcf0045b41427 (diff) | |
download | solarc-theme-8b4ed4c295e9d90fde26a064942d33aab38f86a5.tar.gz solarc-theme-8b4ed4c295e9d90fde26a064942d33aab38f86a5.tar.xz solarc-theme-8b4ed4c295e9d90fde26a064942d33aab38f86a5.zip |
refactoring
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index b32d817..d041833 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -468,14 +468,16 @@ button { padding-right: 2px; } - &.needs-attention > label, - &.needs-attention > image { @extend %needs_attention; } - &.needs-attention:active > label, - &.needs-attention:active > image, - &.needs-attention:checked > label, - &.needs-attention:checked > image { - animation: none; - background-image: none; + &.needs-attention { + + > label, > image { @extend %needs_attention; } + + &:active, &:checked { + > label, > image { + animation: none; + background-image: none; + } + } } } @@ -2529,7 +2531,7 @@ stacksidebar { placessidebar { - @extend scrolledwindow; + > viewport.frame { border-style: none; } list { background-color: transparent; } |