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
refactor: rename MDC strong-focus indicator mixin for consistent naming
* refactor: rename MDC strong-focus indicator mixin for consistent naming
Recently we renamed all MDC-based mixins from a `-mdc` suffix to
the `mat-mdc` prefix. This didn't happen for the MDC focus indicator
theme which has been added to the `density-api` WIP branch (to account
for the new theming API). To ensure that mixins are all consistent, the
mixin name should be updated to the `mat-mdc` prefix.
* fix: focus-indicator theme mixin should not throw if color is passed
c522351 that landed in the density WIP
branch created theme mixins for the strong-focus indicators. It looks
like logic for supporting an actual color to be specified is currently
broken as we still try to extract the color config from a color
variable.
0 commit comments