Skip to content

Instantly share code, notes, and snippets.

View Dv92's full-sized avatar

Marco Corradetti Dv92

View GitHub Profile
@Dv92
Dv92 / styles.less
Last active November 12, 2018 10:36
Atom: how to show invisibile characters on selected text like sublime text does
atom-text-editor::shadow {
.editor-contents--private {
.invisible-character {
visibility: hidden;
}
&.has-selection {
.invisible-character {
visibility: visible;