Skip to content

Commit

Permalink
feat(material/radio): show background-color in print stylesheet (ang…
Browse files Browse the repository at this point in the history
…ular#22298)

* added color-adjust for radio background-color
  • Loading branch information
Felix committed Mar 20, 2021
1 parent 4316787 commit 3dc0ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/material/radio/_radio-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
&.mat-radio-checked .mat-radio-persistent-ripple,
&:active .mat-radio-persistent-ripple {
background-color: theming.get-color-from-palette($palette);
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
}

Expand Down

0 comments on commit 3dc0ab5

Please sign in to comment.