Created
May 11, 2014 03:58
-
-
Save kaievns/88bfb69f5acf6a340461 to your computer and use it in GitHub Desktop.
Less annoying cursor for atomio
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
.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