* Fixes #572
parent
690532bd4e
commit
e0071495e1
src
gtk-3.0/scss/widgets
gtk-3.20/scss/widgets
|
@ -184,6 +184,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fixed: https://github.com/numixproject/numix-gtk-theme/issues/572
|
||||||
|
// Webkitgtk workaround start
|
||||||
|
&:active { color: $fg; }
|
||||||
|
// Webkitgtk workaround end
|
||||||
|
|
||||||
&.flat {
|
&.flat {
|
||||||
&:insensitive:insensitive {
|
&:insensitive:insensitive {
|
||||||
background-color: transparent;
|
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 {
|
&.flat {
|
||||||
&:disabled:disabled {
|
&:disabled:disabled {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue