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 was archived by the owner on Sep 5, 2024. It is now read-only.
fix(select): in popup, hover and focus background colors are the same
- use a similar approach to the one used by MDC
- the opacity values are slightly different because
they use `#000` and we use `rgba(0, 0, 0, 0.87)`
Fixes#9851
0 commit comments