2px cursors are bigger than other apps.

This commit is contained in:
Jon Rohan 2013-01-31 22:56:42 -05:00
parent d37f8de82d
commit 23383b72d8
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
.editor .cursor {
position: absolute;
border-left: 2px solid;
border-left: 1px solid;
}
.editor:not(.focused) .cursor,

View File

@ -4,7 +4,7 @@
}
.editor.focused .cursor {
border-color: #615649;
border-color: #000;
}
.editor.focused .selection .region {