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 fa1bec1 commit 099a38dCopy full SHA for 099a38d
src/material-experimental/mdc-checkbox/_checkbox-theme.scss
@@ -43,11 +43,6 @@
43
),
44
));
45
46
- // MDC should set the disabled color on the label, but doesn't, so we do it here instead.
47
- &.mdc-checkbox--disabled label {
48
- color: mat.get-color-from-palette($foreground, disabled-text);
49
- }
50
-
51
.mdc-checkbox__ripple {
52
background: mdc-theme-color.prop-value(on-surface);
53
}
@@ -70,6 +65,11 @@
70
65
@include _selected-ripple-colors($warn, error);
71
66
72
67
68
+
69
+ .mat-mdc-checkbox-disabled label {
+ // MDC should set the disabled color on the label, but doesn't, so we do it here instead.
+ color: mat.get-color-from-palette($foreground, disabled-text);
+ }
73
74
75
0 commit comments