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
parent
a457b8fd5b
commit
7254e08542
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue