-
-
Notifications
You must be signed in to change notification settings - Fork 447
Closed
Labels
Description
The BEM classes added to each component are super useful for applying custom styling. However, because the default styles have a high specificity (e.g. .react-tabs [role=tab][aria-selected=true]:hover
), the purpose of adopting BEM is defeated slightly.
I propose using low specificity BEM classes for the default styles, so that they may be overridden more easily
danbovey, Vargentum, ningt, bhongy, Reklino and 2 more