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.
pull/611/head
Csaba Jakosa 2016-10-21 20:26:22 +02:00 committed by Khurshid Alam
parent a457b8fd5b
commit 7254e08542
2 changed files with 10 additions and 0 deletions

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;

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;