mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
2px cursors are bigger than other apps.
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
|
||||
.editor .cursor {
|
||||
position: absolute;
|
||||
border-left: 2px solid;
|
||||
border-left: 1px solid;
|
||||
}
|
||||
|
||||
.editor:not(.focused) .cursor,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
.editor.focused .cursor {
|
||||
border-color: #615649;
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.editor.focused .selection .region {
|
||||
|
||||
Reference in New Issue
Block a user