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/mdc-radio): strong focus indicator not working
We recently added strong focus indication for the MDC-based radio, but
accidentally used the strong-focus indication class from
`@angular/material`.
This means that strong focus indiciation won't work if only the
focus indicator styles from `mdc-helpers` are used. This came up
in the audit of classes for the MDC migration.
0 commit comments