mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-08 15:13:11 +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;
|
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