aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
authorHorst31802015-08-27 21:04:40 +0200
committerHorst31802015-08-27 21:04:40 +0200
commit5d4f221bf5db6d86e20696869fe4eb88af2cc733 (patch)
tree9fc8e444fe44719f8dea6796e139b9453c7e6edb /common/gtk-3.0/3.18/sass
parent8c0e60f997d70cdb63566f46390546691d947749 (diff)
downloadsolarc-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.scss2
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; }
}
/*****************