💀 is-focused.

targeting blurred state instead so normal state styles don't need a
special prefix
This commit is contained in:
Justin Palmer
2013-02-04 16:02:09 -08:00
parent 53bf6f5341
commit 4350be62c6
6 changed files with 14 additions and 16 deletions

View File

@@ -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;
}