pull/610/head
Megax 2016-10-21 18:59:57 +02:00
parent 690532bd4e
commit e0071495e1
2 changed files with 10 additions and 0 deletions
src
gtk-3.0/scss/widgets
gtk-3.20/scss/widgets

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;