Created
January 7, 2017 03:13
-
-
Save lee-dohm/c6ed6ea2ef21bd500efd54e249128ea0 to your computer and use it in GitHub Desktop.
Atom Style Tweak - Make cursor pulse instead of blink
This file contains hidden or 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
atom-text-editor, atom-text-editor::shadow { | |
.cursor { | |
transition: opacity 0.5s; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment