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:
Jack 2021-02-02 19:41:15 +00:00 committed by GitHub
commit f55f39908a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1136,6 +1136,7 @@ a:hover {
&.outline {
@extend #caret, .block;
animation-name: none;
background: transparent;
border: 1px solid var(--caret-color);
}