Skip to content

Commit 6d1b4f3

Browse files
authored
fix: test history tags button flashing on load (@fehmer) (#5550)
1 parent 63aad7c commit 6d1b4f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/styles/account.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@
391391
opacity: 1;
392392
}
393393
}
394+
//remove flashHighlight from .group.History .active
395+
.group.history .resultEditTagsButton {
396+
animation: none;
397+
}
394398
}
395399

396400
.pageAccount {

0 commit comments

Comments
 (0)