mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use default cursor in editor.
This prevents it from sporadically switching to the text insertion cursor when hovering over lines.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
color: white;
|
||||
overflow-y: scroll;
|
||||
overflow-x: auto;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.editor pre {
|
||||
|
||||
Reference in New Issue
Block a user