Skip to content

Commit

Permalink
Fix color-adjust with autoprefixer 10.4.6 (#36258)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Otto <markd.otto@gmail.com>
  • Loading branch information
amirhossein-karimi and mdo committed May 7, 2022
1 parent 6b49d26 commit f82b2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_form-check.scss
Expand Up @@ -37,7 +37,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"] {
Expand Down

0 comments on commit f82b2ba

Please sign in to comment.