fix(scss): color-adjust property renamed to print-color-adjust

The color-adjust property has been deprecated and replaced with print-color-adjust.
This commit is contained in:
Dwayne Charrington 2022-07-21 11:35:25 +10:00 committed by GitHub
parent 08d8add438
commit dca902bef1
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'] {