mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💀 is-focused.
targeting blurred state instead so normal state styles don't need a special prefix
This commit is contained in:
@@ -138,8 +138,8 @@
|
||||
border-left: 1px solid;
|
||||
}
|
||||
|
||||
.editor:not(.is-focused) .cursor,
|
||||
.editor.is-focused .cursor.blink-off {
|
||||
.is-blurred .cursor,
|
||||
.editor .cursor.blink-off {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user