mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-05 20:33:06 +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;
|
background-size: contain;
|
||||||
border: $form-check-input-border;
|
border: $form-check-input-border;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
color-adjust: exact; // Keep themed appearance for print
|
print-color-adjust: exact; // Keep themed appearance for print
|
||||||
@include transition($form-check-transition);
|
@include transition($form-check-transition);
|
||||||
|
|
||||||
&[type='checkbox'] {
|
&[type='checkbox'] {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user