From e0071495e1910439886093e3978af643ddb3cf27 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Fri, 21 Oct 2016 18:59:57 +0200 Subject: [PATCH] * Fixes #572 --- src/gtk-3.0/scss/widgets/_button.scss | 5 +++++ src/gtk-3.20/scss/widgets/_button.scss | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/gtk-3.0/scss/widgets/_button.scss b/src/gtk-3.0/scss/widgets/_button.scss index 9fa40e3..11c2801 100644 --- a/src/gtk-3.0/scss/widgets/_button.scss +++ b/src/gtk-3.0/scss/widgets/_button.scss @@ -184,6 +184,11 @@ } } + // Fixed: https://github.com/numixproject/numix-gtk-theme/issues/572 + // Webkitgtk workaround start + &:active { color: $fg; } + // Webkitgtk workaround end + &.flat { &:insensitive:insensitive { background-color: transparent; diff --git a/src/gtk-3.20/scss/widgets/_button.scss b/src/gtk-3.20/scss/widgets/_button.scss index a4cd284..c67a247 100644 --- a/src/gtk-3.20/scss/widgets/_button.scss +++ b/src/gtk-3.20/scss/widgets/_button.scss @@ -334,6 +334,11 @@ } } + // Fixed: https://github.com/numixproject/numix-gtk-theme/issues/572 + // Webkitgtk workaround start + &:active { color: $fg; } + // Webkitgtk workaround end + &.flat { &:disabled:disabled { background-color: transparent;