diff options
author | Horst3180 | 2015-08-27 21:04:40 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-27 21:04:40 +0200 |
commit | 5d4f221bf5db6d86e20696869fe4eb88af2cc733 (patch) | |
tree | 9fc8e444fe44719f8dea6796e139b9453c7e6edb /common/gtk-3.0/3.18/sass | |
parent | 8c0e60f997d70cdb63566f46390546691d947749 (diff) | |
download | solarc-theme-5d4f221bf5db6d86e20696869fe4eb88af2cc733.tar.gz solarc-theme-5d4f221bf5db6d86e20696869fe4eb88af2cc733.tar.xz solarc-theme-5d4f221bf5db6d86e20696869fe4eb88af2cc733.zip |
don't leak underlines
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index eae5de1..c851e4f 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -773,7 +773,7 @@ $_dot_color: $selected_bg_color; &:hover, &:active, &:checked { @extend %undecorated_button; } - & .label { text-decoration-line: underline; } + > .label { text-decoration-line: underline; } } /***************** |