Created
August 2, 2022 15:37
-
-
Save slaffko1/b913f0ae1c39cde17489e753ee2a20ca to your computer and use it in GitHub Desktop.
Fix chrome blinking cursor. caret-color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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