Skip to content

Instantly share code, notes, and snippets.

@matthewconstantine
Created March 14, 2014 20:58
Show Gist options
  • Save matthewconstantine/9556765 to your computer and use it in GitHub Desktop.
Save matthewconstantine/9556765 to your computer and use it in GitHub Desktop.
Atom.io Pulsing Cursor
.item-views .editor.is-focused .cursor {
transition: opacity 400ms ease-in-out;
opacity: 1;
border-width: 0 0 0 2px;
&.blink-off {
opacity: 0;
visibility: visible !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment