Skip to content

Commit

Permalink
Replace the deprecated color-adjust with print-color-adjust (#36283)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianCurtin committed May 24, 2022
1 parent d9481ee commit 6a50084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: block;
min-height: $font-size-base * $line-height-base;
padding-left: $custom-control-gutter + $custom-control-indicator-size;
color-adjust: exact; // Keep themed appearance for print
print-color-adjust: exact; // Keep themed appearance for print
}

.custom-control-inline {
Expand Down

0 comments on commit 6a50084

Please sign in to comment.