mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Make cursor a bit transparent when editor is not focused
This commit is contained in:
@@ -93,6 +93,11 @@
|
||||
.editor .cursor {
|
||||
position: absolute;
|
||||
border-left: 2px solid;
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
.editor.focused .cursor {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.editor.focused .cursor.idle {
|
||||
|
||||
Reference in New Issue
Block a user