+ 3
- 7
@@ -13,9 +11,7 @@
@@ -153,8 +149,8 @@
Created by: ffoodd
Two changes:
hover()
mixin used to apply the exact same styles than :focus, :active, .active
stack above — which doesn't use dedicated mixins… Removing mixin here seems a good thing since we can simplify selectors stack and reduce complexity a bit;[type="radio"]
and [type="checkbox"]
obviously applies to input
elements, and removing this element selector doesn't prevent selector to match.Tried this locally without seeing any regression. Did I miss something?
Preferences