mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Changing cursor to text for editor. fixes #284
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.editor {
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
cursor: text;
|
||||
-webkit-user-select: none;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
Reference in New Issue
Block a user