We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5781c commit 4735730Copy full SHA for 4735730
scss/forms/_form-check.scss
@@ -27,7 +27,7 @@
27
background-size: contain;
28
border: $form-check-input-border;
29
appearance: none;
30
- color-adjust: exact; // Keep themed appearance for print
+ print-color-adjust: exact; // Keep themed appearance for print
31
@include transition($form-check-transition);
32
33
&[type="checkbox"] {
0 commit comments