1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Replace the deprecated color-adjust with print-color-adjust (#36283)

This commit is contained in:
Adrian Curtin
2022-05-24 03:36:27 -04:00
committed by GitHub
parent d9481ee054
commit 6a500849de

View File

@@ -13,7 +13,7 @@
display: block;
min-height: $font-size-base * $line-height-base;
padding-left: $custom-control-gutter + $custom-control-indicator-size;
color-adjust: exact; // Keep themed appearance for print
print-color-adjust: exact; // Keep themed appearance for print
}
.custom-control-inline {