Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Commit e53a921

Browse files
committed
🐛 Override cursor in mini editors
Fixes #12
1 parent 53a1a29 commit e53a921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/editor.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ atom-text-editor[mini] {
1414
.selection .region {
1515
background-color: @input-selection-color;
1616
}
17+
.cursor {
18+
border-color: @base-accent-color;
19+
border-width: 2px;
20+
}
1721
}
1822

1923
&.is-focused,

0 commit comments

Comments
 (0)