fix(scss): update color-adjust to print-color-adjust

The color-adjust property is deprecated. Renamed the property to print-color-adjust.
This commit is contained in:
Dwayne Charrington 2022-07-21 11:36:09 +10:00 committed by GitHub
parent dca902bef1
commit f683711b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
background-size: contain;
border: $form-check-input-border;
appearance: none;
color-adjust: exact; // Keep themed appearance for print
print-color-adjust: exact; // Keep themed appearance for print
@include transition($form-check-transition);
&[type='checkbox'] {