mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
Replace the deprecated color-adjust
with print-color-adjust
(#36283)
This commit is contained in:
parent
d9481ee054
commit
6a500849de
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user