Skip to content

Commit a83c0bf

Browse files
committed
refactor(cdk/a11y): Fix lint warnings
1 parent a0c7736 commit a83c0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material-experimental/mdc-helpers/_focus-indicators-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@mixin theme($theme-or-color-config) {
1515
$theme: theming.private-legacy-get-theme($theme-or-color-config);
16-
@include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-strong-focus-indicators') {
16+
@include theming.private-check-duplicate-theme-styles($theme, 'mat-mdc-focus-indicators') {
1717
$color: theming.get-color-config($theme);
1818
@if $color != null {
1919
@include color($color);

src/material/core/focus-indicators/_focus-indicators-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@mixin theme($theme-or-color-config) {
1515
$theme: theming.private-legacy-get-theme($theme-or-color-config);
16-
@include theming.private-check-duplicate-theme-styles($theme, 'mat-strong-focus-indicators') {
16+
@include theming.private-check-duplicate-theme-styles($theme, 'mat-focus-indicators') {
1717
$color: theming.get-color-config($theme);
1818
@if $color != null {
1919
@include color($color);

0 commit comments

Comments
 (0)