Skip to content

Commit 08bbd50

Browse files
authored
fix(material-experimental/mdc-button): remove unthemed icon color (#22281)
1 parent 2da7135 commit 08bbd50

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/material-experimental/mdc-button/_button-theme.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,6 @@ $mat-fab-state-target: '.mdc-fab__ripple';
316316
@include mdc-ripple-theme.states(
317317
$query: mdc-helpers.$mat-theme-styles-query, $ripple-target: $mat-button-state-target);
318318

319-
&.mat-unthemed {
320-
@include mdc-ripple-theme.states-base-color(mdc-theme-color.$on-surface,
321-
$query: mdc-helpers.$mat-theme-styles-query, $ripple-target: $mat-button-state-target);
322-
@include mdc-icon-button.ink-color(mdc-theme-color.$on-surface,
323-
$query: mdc-helpers.$mat-theme-styles-query);
324-
}
325-
326319
&.mat-primary {
327320
@include mdc-ripple-theme.states-base-color(primary,
328321
$query: mdc-helpers.$mat-theme-styles-query,

0 commit comments

Comments
 (0)