Add list ghost style + animation

This commit is contained in:
kolaente 2021-07-27 22:19:10 +02:00
parent cd8f77765c
commit f765526e2c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 12 additions and 4 deletions

View File

@ -8,10 +8,6 @@
transition: transform $transition-duration;
}
.no-move {
transition: transform 0;
}
.ghost {
border-radius: $radius;
background: $grey-100;

View File

@ -240,6 +240,18 @@
}
}
.flip-list-move {
transition: transform $transition-duration;
}
.ghost {
background: $grey-200;
* {
opacity: 0;
}
}
a:hover {
background: transparent;
}