Add selection color for when editor isn'tfocused

Closes #286
This commit is contained in:
Kevin Sawicki 2013-02-19 16:57:56 -08:00
parent c0c654ebb3
commit c2a362e550

View File

@ -11,6 +11,10 @@
border-color: #000;
}
.editor .selection .region {
background-color: #e1e1e1;
}
.editor.is-focused .selection .region {
background-color: #afc4da;
}