mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue