From 36bdd5dd97f25285019709deb4544a0f01d492a9 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 19 Mar 2022 21:19:49 +0100 Subject: [PATCH] Profile: Add transition to photo dashes --- src/components/common/ProfileInfo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/ProfileInfo.scss b/src/components/common/ProfileInfo.scss index af06770fa..f42e8000b 100644 --- a/src/components/common/ProfileInfo.scss +++ b/src/components/common/ProfileInfo.scss @@ -47,6 +47,7 @@ opacity: 0.25; border-radius: 0.125rem; margin: 0 0.125rem; + transition: opacity 300ms ease; &.current { opacity: 0.75;