Skip to content

Instantly share code, notes, and snippets.

@ccschmitz
Created March 14, 2014 13:09
Show Gist options
  • Save ccschmitz/9547365 to your computer and use it in GitHub Desktop.
Save ccschmitz/9547365 to your computer and use it in GitHub Desktop.
/**
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.editor {
.cursor {
visibility: hidden;
}
&.is-focused {
.cursor {
visibility: visible;
&.blink-off {
visibility: visible;
}
}
&.command-mode .cursor {
background: rgba(255, 255, 255, 0.3);
border: none;
}
}
}
.tree-view {
}
.editor {
}
.editor .cursor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment