Skip to content

Instantly share code, notes, and snippets.

@kaievns
Created May 11, 2014 03:58
Show Gist options
  • Save kaievns/88bfb69f5acf6a340461 to your computer and use it in GitHub Desktop.
Save kaievns/88bfb69f5acf6a340461 to your computer and use it in GitHub Desktop.
Less annoying cursor for atomio
.editor.is-focused {
.cursor {
transition: opacity .25s ease-in-out;
opacity: 0.7;
background: gray;
border: none;
&.blink-off {
visibility: visible;
opacity: 0.2;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment