Skip to content

Instantly share code, notes, and snippets.

@qdwang
Created July 19, 2016 10:30
Show Gist options
  • Save qdwang/eccd9a9fab940e599a63ca9f6e8c4e4a to your computer and use it in GitHub Desktop.
Save qdwang/eccd9a9fab940e599a63ca9f6e8c4e4a to your computer and use it in GitHub Desktop.
atom-text-editor::shadow .cursor {
border-width: 1px;
transition: transform 0.1s, opacity 0.4s;
}
atom-text-editor::shadow .line {
transition: all 0.5s;
opacity: 0.8;
}
atom-text-editor::shadow .cursor-line {
opacity: 1;
background: transparent;
-webkit-filter: drop-shadow(5px 3px 1px #e8e8e8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment