Skip to content

Instantly share code, notes, and snippets.

@slaffko1
Created August 2, 2022 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaffko1/b913f0ae1c39cde17489e753ee2a20ca to your computer and use it in GitHub Desktop.
Save slaffko1/b913f0ae1c39cde17489e753ee2a20ca to your computer and use it in GitHub Desktop.
Fix chrome blinking cursor. caret-color
* {
caret-color: transparent;
}
input, textarea {
caret-color: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment