Skip to content

Commit b9f08b1

Browse files
committed
Margin to left & slightly slimmer, plus help cursor
1 parent fcf72f0 commit b9f08b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CodeMirror/addon/lint/lint.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The lint marker gutter */
22
.CodeMirror-lint-markers {
3-
width: 16px;
3+
width: 12px; margin-left: 2px;
44
}
55

66
.CodeMirror-lint-tooltip {
@@ -43,7 +43,7 @@
4343
.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
4444
background-position: center center;
4545
background-repeat: no-repeat;
46-
cursor: pointer;
46+
cursor: help;
4747
display: inline-block;
4848
height: 16px;
4949
width: 16px;

0 commit comments

Comments
 (0)