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
the :valid and :invalid pseudo classes are a little brittle and require a bit more hand-holding to make them work as intended. The :user-valid and :user-invalid pseudo classes solve a lot of these issue but are relatively new so may have browser support issues: https://caniuse.com/mdn-css_selectors_user-valid
the
:valid
and:invalid
pseudo classes are a little brittle and require a bit more hand-holding to make them work as intended. The:user-valid
and:user-invalid
pseudo classes solve a lot of these issue but are relatively new so may have browser support issues: https://caniuse.com/mdn-css_selectors_user-validOther options could be do to something like this:
Which has better support. Currently we have decent workarounds in place, but it would be nice if the design system handled these out-of-the-box
The text was updated successfully, but these errors were encountered: