You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an advice, @matuzo's suggestion on Twitter feels straightforward: an element having a class name containing any HTML element's name would probably benefit from being this HTML element.
As first idea, we should try something like this: [class*="button" i]:not(button) { … }.
Not all HTML elements make sense I guess, but focusing on some might help a lot.
The text was updated successfully, but these errors were encountered:
As an advice, @matuzo 's suggestion on Twitter feels straightforward: an element having a class name containing any HTML element's name would probably benefit from being this HTML element.
As first idea, we should try something like this:
[class*="button" i]:not(button) { … }
.Not all HTML elements make sense I guess, but focusing on some might help a lot.
The text was updated successfully, but these errors were encountered: