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:
Nathan Sobo
2012-01-28 15:59:38 -08:00
parent 6dad8c448a
commit 9a639043ca

View File

@@ -7,6 +7,7 @@
color: white;
overflow-y: scroll;
overflow-x: auto;
cursor: default;
}
.editor pre {