We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a457b8f commit 7254e08Copy full SHA for 7254e08
2 files changed
src/gtk-3.0/scss/widgets/_button.scss
@@ -184,6 +184,11 @@
184
}
185
186
187
+ // Fixed: https://github.com/numixproject/numix-gtk-theme/issues/572
188
+ // Webkitgtk workaround start
189
+ &:active { color: $fg; }
190
+ // Webkitgtk workaround end
191
+
192
&.flat {
193
&:insensitive:insensitive {
194
background-color: transparent;
src/gtk-3.20/scss/widgets/_button.scss
@@ -334,6 +334,11 @@
334
335
336
337
338
339
340
341
342
343
&:disabled:disabled {
344
0 commit comments