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 4316787 commit 1871e50Copy full SHA for 1871e50
src/material/checkbox/_checkbox-theme.scss
@@ -56,6 +56,11 @@
56
}
57
58
59
+ .mat-checkbox-background {
60
+ -webkit-print-color-adjust: exact;
61
+ color-adjust: exact;
62
+ }
63
+
64
.mat-checkbox-disabled {
65
&.mat-checkbox-checked,
66
&.mat-checkbox-indeterminate {
src/material/radio/_radio-theme.scss
@@ -14,6 +14,8 @@
14
&.mat-radio-checked .mat-radio-persistent-ripple,
15
&:active .mat-radio-persistent-ripple {
16
background-color: theming.get-color-from-palette($palette);
17
18
19
20
21
0 commit comments