pl-fe: remove status reveal? animation

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-11-12 12:55:32 +01:00
parent 08173bbc80
commit aadbd3ca8b

View file

@ -1,11 +1,5 @@
.status {
@apply min-h-[54px] cursor-default opacity-100;
animation: fade 150ms linear;
@keyframes fade {
0% { opacity: 0; }
100% { opacity: 1; }
}
@apply min-h-[54px] cursor-default;
}
[column-type='filled'] .status__wrapper,