mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-04-12 05:04:22 +03:00
fix(scss): update color-adjust to print-color-adjust
The color-adjust property is deprecated. Renamed the property to print-color-adjust.
This commit is contained in:
parent
dca902bef1
commit
f683711b4b
|
@ -25,7 +25,7 @@
|
|||
background-size: contain;
|
||||
border: $form-check-input-border;
|
||||
appearance: none;
|
||||
color-adjust: exact; // Keep themed appearance for print
|
||||
print-color-adjust: exact; // Keep themed appearance for print
|
||||
@include transition($form-check-transition);
|
||||
|
||||
&[type='checkbox'] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user