mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
Bugfix: CSS .e-checkbox.material-design invisible on show/hide
This commit is contained in:
parent
e0f3995e85
commit
60b72ed981
1 changed files with 2 additions and 1 deletions
|
@ -81,11 +81,12 @@
|
||||||
> div > div {
|
> div > div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
.checkbox-box-sizes();
|
||||||
animation: checkmark-to-box 200ms ease-out forwards;
|
animation: checkmark-to-box 200ms ease-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.checked {
|
div.checked {
|
||||||
|
.checkbox-mark-sizes();
|
||||||
animation: box-to-checkmark 200ms ease-out forwards;
|
animation: box-to-checkmark 200ms ease-out forwards;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue