From 6d1b4f38b664f3b61ff0a60bc08b94a58626d170 Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Mon, 1 Jul 2024 16:03:50 +0200 Subject: fix: test history tags button flashing on load (@fehmer) (#5550) --- frontend/src/styles/account.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles/account.scss b/frontend/src/styles/account.scss index 33423f0db..48995850d 100644 --- a/frontend/src/styles/account.scss +++ b/frontend/src/styles/account.scss @@ -391,6 +391,10 @@ opacity: 1; } } + //remove flashHighlight from .group.History .active + .group.history .resultEditTagsButton { + animation: none; + } } .pageAccount { -- cgit v1.2.3