diff options
author | Christian Fehmer <[email protected]> | 2024-07-01 16:03:50 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-01 16:03:50 +0200 |
commit | 6d1b4f38b664f3b61ff0a60bc08b94a58626d170 (patch) | |
tree | 9504abb69007e586c4f6739fba37d32956b0f1e4 | |
parent | 63aad7c42f9ffbe08b94f2cdb703f1d606472041 (diff) | |
download | monkeytype-6d1b4f38b664f3b61ff0a60bc08b94a58626d170.tar.gz monkeytype-6d1b4f38b664f3b61ff0a60bc08b94a58626d170.zip |
fix: test history tags button flashing on load (@fehmer) (#5550)
-rw-r--r-- | frontend/src/styles/account.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |