Bugfix: CSS .e-checkbox.material-design invisible on show/hide

This commit is contained in:
the-djmaze 2022-12-12 11:13:33 +01:00
parent e0f3995e85
commit 60b72ed981

View file

@ -81,11 +81,12 @@
> div > div {
position: absolute;
margin-top: 1px;
.checkbox-box-sizes();
animation: checkmark-to-box 200ms ease-out forwards;
}
div.checked {
.checkbox-mark-sizes();
animation: box-to-checkmark 200ms ease-out forwards;
}
}