1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02: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

View File

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