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
fix(material-experimental/chips): high contrast mode fixes (#16811)
Fixes the following issues with the MDC-based chips in high contrast mode:
* Chips blending in with the background because they don't have an outline or a border.
* No focus indication being visible.
* Chips being hidden completely on hover because we were using an RGBA overlay.
0 commit comments