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 20
20
$mdc-radio-disabled-circle-color : rgba (mdc-theme-prop-value (on-surface ), 0.38 ) !global;
21
21
22
22
.mat-mdc-radio-button {
23
+ @include mdc-form-field-core-styles ($query : mdc-helpers .$mat-theme-styles-query );
24
+
23
25
& .mat-primary {
24
26
@include mdc-radio-without-ripple ($query : mdc-helpers .$mat-theme-styles-query );
25
27
}
Original file line number Diff line number Diff line change 28
28
$mdc-switch-disabled-thumb-color : mdc-theme-prop-value (surface ) !global;
29
29
$mdc-switch-disabled-track-color : mdc-theme-prop-value (on-surface ) !global;
30
30
31
- @include mdc-form-field-core-styles ($query : mdc-helpers .$mat-theme-styles-query );
32
-
33
31
// MDC's switch doesn't support a `color` property. We add support
34
32
// for it by adding a CSS class for accent and warn style.
35
33
.mat-mdc-slide-toggle {
34
+ @include mdc-form-field-core-styles ($query : mdc-helpers .$mat-theme-styles-query );
35
+
36
36
.mdc-switch__thumb-underlay ::after , .mat-ripple-element {
37
37
background : $mdc-switch-toggled-off-ripple-color ;
38
38
}
You can’t perform that action at this time.
0 commit comments