File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/material-experimental Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020 $mdc-radio-disabled-circle-color : rgba (mdc-theme-prop-value (on-surface ), 0.38 ) !global;
2121
2222 .mat-mdc-radio-button {
23+ @include mdc-form-field-core-styles ($query : mdc-helpers .$mat-theme-styles-query );
24+
2325 & .mat-primary {
2426 @include mdc-radio-without-ripple ($query : mdc-helpers .$mat-theme-styles-query );
2527 }
Original file line number Diff line number Diff line change 2828 $mdc-switch-disabled-thumb-color : mdc-theme-prop-value (surface ) !global;
2929 $mdc-switch-disabled-track-color : mdc-theme-prop-value (on-surface ) !global;
3030
31- @include mdc-form-field-core-styles ($query : mdc-helpers .$mat-theme-styles-query );
32-
3331 // MDC's switch doesn't support a `color` property. We add support
3432 // for it by adding a CSS class for accent and warn style.
3533 .mat-mdc-slide-toggle {
34+ @include mdc-form-field-core-styles ($query : mdc-helpers .$mat-theme-styles-query );
35+
3636 .mdc-switch__thumb-underlay ::after , .mat-ripple-element {
3737 background : $mdc-switch-toggled-off-ripple-color ;
3838 }
You can’t perform that action at this time.
0 commit comments