We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf72f0 commit b9f08b1Copy full SHA for b9f08b1
1 file changed
CodeMirror/addon/lint/lint.css
@@ -1,6 +1,6 @@
1
/* The lint marker gutter */
2
.CodeMirror-lint-markers {
3
- width: 16px;
+ width: 12px; margin-left: 2px;
4
}
5
6
.CodeMirror-lint-tooltip {
@@ -43,7 +43,7 @@
43
.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
44
background-position: center center;
45
background-repeat: no-repeat;
46
- cursor: pointer;
+ cursor: help;
47
display: inline-block;
48
height: 16px;
49
width: 16px;
0 commit comments