fix(gtk3.20): active button (on click)

pull/317/head
actionless 2016-04-11 09:42:33 +02:00
parent 9c9bf64389
commit 9ce6046a2e
1 changed files with 1 additions and 1 deletions
gtk-3.20/scss/widgets

View File

@ -142,7 +142,7 @@
box-shadow: 0 1px 2px -1px alpha($dark_shadow, .32 + $shadow_strength);
}
&:checked {
&:checked, &:active {
@include linear-gradient(shade($button_bg, .7), to top);
color: $white;