mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
inverted the hard caret flash animation to make it show up as soon as words input is focused
This commit is contained in:
parent
db950750c6
commit
fe76caa37c
1 changed files with 2 additions and 2 deletions
|
@ -1496,12 +1496,12 @@ a:hover {
|
|||
@keyframes caretFlashHard {
|
||||
0%,
|
||||
50% {
|
||||
opacity: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
51%,
|
||||
100% {
|
||||
opacity: 1;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue