pl-fe: remove status reveal? animation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
08173bbc80
commit
aadbd3ca8b
1 changed files with 1 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue