Skip to content

Instantly share code, notes, and snippets.

@kaievns
Created March 18, 2015 22:37
Show Gist options
  • Save kaievns/51bfcbcfacfd97a754e2 to your computer and use it in GitHub Desktop.
Save kaievns/51bfcbcfacfd97a754e2 to your computer and use it in GitHub Desktop.
Awesome cursor for atom editor
atom-text-editor.is-focused::shadow .cursors {
.cursor {
transition: opacity .2s ease-out;
opacity: 0.7;
background: gray;
border: none;
border-radius: 1px;
}
&.blink-off .cursor {
visibility: visible;
opacity: 0.2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment