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 4b59e1b commit e7ea031Copy full SHA for e7ea031
src/material/checkbox/checkbox.scss
@@ -288,6 +288,10 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * checkbox-common.$size !default;
288
variables.$linear-out-slow-in-timing-function, opacity checkbox-common.$transition-duration
289
variables.$linear-out-slow-in-timing-function;
290
291
+ // force browser to show background-color when using the print function
292
+ -webkit-print-color-adjust: exact;
293
+ color-adjust: exact;
294
+
295
._mat-animation-noopable & {
296
transition: none;
297
}
0 commit comments