mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
Merge pull request #911 from SeerLite/pace-caret-smooth-blink
Fix outline-style pace caret blinking like the normal caret
This commit is contained in:
commit
f55f39908a
1 changed files with 1 additions and 0 deletions
|
@ -1136,6 +1136,7 @@ a:hover {
|
|||
|
||||
&.outline {
|
||||
@extend #caret, .block;
|
||||
animation-name: none;
|
||||
background: transparent;
|
||||
border: 1px solid var(--caret-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue