Skip to content

Commit 4ee3cdf

Browse files
committed
feat(material/radio): show background-color in print stylesheet (#22298)
* added color-adjust for radio background-color
1 parent 4316787 commit 4ee3cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material/radio/_radio-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
&.mat-radio-checked .mat-radio-persistent-ripple,
1515
&:active .mat-radio-persistent-ripple {
1616
background-color: theming.get-color-from-palette($palette);
17+
-webkit-print-color-adjust: exact;
18+
color-adjust: exact;
1719
}
1820
}
1921

0 commit comments

Comments
 (0)