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

pull/329/head
Yauhen Kirylau 2016-04-12 16:16:25 +02:00 committed by Dustin Falgout
parent 6664ee909c
commit 3e4b5504c2
1 changed files with 1 additions and 1 deletions

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;