From 9290ea1d1c54b5f9c4a9a4c33517b834f421f2ef Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 11 Dec 2024 18:16:14 +0100 Subject: [PATCH] Mini Apps Buttons: Add transition on hover (#5307) --- src/components/modals/webApp/WebAppModalTabContent.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/webApp/WebAppModalTabContent.module.scss b/src/components/modals/webApp/WebAppModalTabContent.module.scss index c90032065..34980f7f5 100644 --- a/src/components/modals/webApp/WebAppModalTabContent.module.scss +++ b/src/components/modals/webApp/WebAppModalTabContent.module.scss @@ -53,7 +53,7 @@ margin: 0.5rem; transform: translateY(100%); opacity: 0; - transition-property: background-color, color, transform, margin-inline, flex-grow, opacity; + transition-property: background-color, color, transform, margin-inline, flex-grow, opacity, filter; transition-duration: 0.25s; transition-timing-function: ease-in-out;