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

This commit is contained in:
Yauhen Kirylau
2016-04-12 09:16:25 -05:00
committed by Dustin Falgout
parent 6664ee909c
commit 3e4b5504c2
+1 -1
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;