mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Cursor is colored / blinks on on focused editor pane
This commit is contained in:
@@ -67,11 +67,15 @@
|
||||
|
||||
.editor .cursor {
|
||||
position: absolute;
|
||||
border-left: 3px solid #9dff9d;
|
||||
border-left: 3px solid rgba(255, 255, 255, .4);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.editor .cursor.idle {
|
||||
.editor.focused .cursor {
|
||||
border-color: #9dff9d;
|
||||
}
|
||||
|
||||
.editor.focused .cursor.idle {
|
||||
-webkit-animation: blink 0.6s;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user