From 8dd7ba69c05025236b46133971778b121c957652 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 13 Jan 2026 01:14:35 +0100 Subject: [PATCH] Left Column: Fix button animation (#6584) --- src/components/left/main/LeftMain.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/left/main/LeftMain.scss b/src/components/left/main/LeftMain.scss index ef9477894..5962992e0 100644 --- a/src/components/left/main/LeftMain.scss +++ b/src/components/left/main/LeftMain.scss @@ -78,5 +78,9 @@ margin: 0 auto; white-space: nowrap; + + &.opacity-transition { + transition: background-color 0.2s, color 0.2s, opacity 0.15s ease; + } } }