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 4b59e1bCopy full SHA for 4b59e1b
src/material/radio/radio.scss
@@ -80,6 +80,10 @@ $ripple-radius: 20px;
80
// IE to flash the entire circle for a couple of frames, throwing off the entire animation.
81
transform: scale(0.001);
82
83
+ // force browser to show background-color when using the print function
84
+ -webkit-print-color-adjust: exact;
85
+ color-adjust: exact;
86
+
87
._mat-animation-noopable & {
88
transition: none;
89
}
0 commit comments