aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-07-01 16:03:50 +0200
committerGitHub <[email protected]>2024-07-01 16:03:50 +0200
commit6d1b4f38b664f3b61ff0a60bc08b94a58626d170 (patch)
tree9504abb69007e586c4f6739fba37d32956b0f1e4
parent63aad7c42f9ffbe08b94f2cdb703f1d606472041 (diff)
downloadmonkeytype-6d1b4f38b664f3b61ff0a60bc08b94a58626d170.tar.gz
monkeytype-6d1b4f38b664f3b61ff0a60bc08b94a58626d170.zip
fix: test history tags button flashing on load (@fehmer) (#5550)
-rw-r--r--frontend/src/styles/account.scss4
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 {