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 326a092 commit 059214eCopy full SHA for 059214e
src/material/slider/slider.scss
@@ -44,6 +44,10 @@ $mat-slider-focus-ring-size: 30px !default;
44
45
.mat-slider-wrapper {
46
position: absolute;
47
+
48
+ // force browser to show background-color when using the print function
49
+ -webkit-print-color-adjust: exact;
50
+ color-adjust: exact;
51
}
52
53
.mat-slider-track-wrapper {
0 commit comments