From aadbd3ca8b2036f86bc50b2282a1a21e7e34e045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 12 Nov 2024 12:55:32 +0100 Subject: [PATCH] pl-fe: remove status reveal? animation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/styles/components/status.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/pl-fe/src/styles/components/status.scss b/packages/pl-fe/src/styles/components/status.scss index 7924f7c02..d34bcf10a 100644 --- a/packages/pl-fe/src/styles/components/status.scss +++ b/packages/pl-fe/src/styles/components/status.scss @@ -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,