mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
Backport color-adjust for v4
Keeps checkboxes, radios, and switches with their intended design when printing. Backports #29714
This commit is contained in:
parent
a03b2feff2
commit
ca68277976
@ -13,6 +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
|
||||
}
|
||||
|
||||
.custom-control-inline {
|
||||
|
Loading…
x
Reference in New Issue
Block a user