We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da7135 commit 08bbd50Copy full SHA for 08bbd50
src/material-experimental/mdc-button/_button-theme.scss
@@ -316,13 +316,6 @@ $mat-fab-state-target: '.mdc-fab__ripple';
316
@include mdc-ripple-theme.states(
317
$query: mdc-helpers.$mat-theme-styles-query, $ripple-target: $mat-button-state-target);
318
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
-
326
&.mat-primary {
327
@include mdc-ripple-theme.states-base-color(primary,
328
$query: mdc-helpers.$mat-theme-styles-query,
0 commit comments