mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
fix(gtk3.20): active button (on click) (#317)
This commit is contained in:
committed by
Dustin Falgout
parent
6664ee909c
commit
3e4b5504c2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user