-
Type:
Task
-
Resolution: None
-
Priority:
L3 - Default
-
Affects Version/s: 2.0.0
-
Component/s: frontend
Since we're applying basic selectors combining a bass class with a type like
.Input[type="text"]
we need to include `.Input` with any selector we need to override basic behavior:
.Input.My-custom-input
This violates our basic rule to get rid of selector specificity as much as possible and should be fixed. When fixed/improved, `.My-custom.-input`should be strong enough to override basic behaviour.