mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
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:
committed by
Khurshid Alam
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;
|
||||
|
||||
Reference in New Issue
Block a user