mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-04-05 09:44:22 +03:00
fix(scss): color-adjust property renamed to print-color-adjust
The color-adjust property has been deprecated and replaced with print-color-adjust.
This commit is contained in:
parent
08d8add438
commit
dca902bef1
|
@ -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