Skip to content

Commit 6a50084

Browse files
authored
Replace the deprecated color-adjust with print-color-adjust (#36283)
1 parent d9481ee commit 6a50084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_custom-forms.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
display: block;
1414
min-height: $font-size-base * $line-height-base;
1515
padding-left: $custom-control-gutter + $custom-control-indicator-size;
16-
color-adjust: exact; // Keep themed appearance for print
16+
print-color-adjust: exact; // Keep themed appearance for print
1717
}
1818

1919
.custom-control-inline {

0 commit comments

Comments
 (0)