Skip to content

Commit 4735730

Browse files
committed
fix(scss): replace color-adjust to print-color-adjust in _form-check.scss
- The `color-adjust` shorthand is currently deprecated.
1 parent cb5781c commit 4735730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/forms/_form-check.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
background-size: contain;
2828
border: $form-check-input-border;
2929
appearance: none;
30-
color-adjust: exact; // Keep themed appearance for print
30+
print-color-adjust: exact; // Keep themed appearance for print
3131
@include transition($form-check-transition);
3232

3333
&[type="checkbox"] {

0 commit comments

Comments
 (0)