0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Fix color-adjust with autoprefixer 10.4.6 (#36258)

Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
amirhossein-karimi 2022-05-07 07:06:04 +04:30 committed by GitHub
parent 6b49d26b21
commit f82b2ba20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"] {