WebkitGtk Workaround. Fixes #572

The regression came with webkitgtk-2.4.10 where activate button state doesn't paint label color. This fixes the issue.
This commit is contained in:
Csaba Jakosa
2016-10-21 23:56:22 +05:30
committed by Khurshid Alam
parent a457b8fd5b
commit 7254e08542
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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;
+5
View File
@@ -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;