From 9ce6046a2e4cb2ebdc669ef700f18596afc58c1b Mon Sep 17 00:00:00 2001
From: actionless <actionless.loveless@gmail.com>
Date: Mon, 11 Apr 2016 09:42:33 +0200
Subject: [PATCH] fix(gtk3.20): active button (on click)

---
 gtk-3.20/scss/widgets/_button.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk-3.20/scss/widgets/_button.scss b/gtk-3.20/scss/widgets/_button.scss
index e574124..bc8c35a 100755
--- a/gtk-3.20/scss/widgets/_button.scss
+++ b/gtk-3.20/scss/widgets/_button.scss
@@ -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;