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
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
CSS-only MDC Select puts ripple/states styles on a native select. Native selects do not get ::before or ::after pseudo-elements, which means most of those styles don't have any effect.
Solving this would require either rethinking the DOM structure, or seeing if we can get away with attaching the ripple to the root element instead (as mentioned in #1725).
The text was updated successfully, but these errors were encountered:
CSS-only MDC Select puts ripple/states styles on a native select. Native selects do not get
::before
or::after
pseudo-elements, which means most of those styles don't have any effect.Solving this would require either rethinking the DOM structure, or seeing if we can get away with attaching the ripple to the root element instead (as mentioned in #1725).
The text was updated successfully, but these errors were encountered: