Skip to content

Commit

Permalink
overlay lint markers
Browse files Browse the repository at this point in the history
...to avoid showing a weirdly empty gap in the gutter
  • Loading branch information
tophf committed Oct 21, 2023
1 parent 08d2296 commit 7e9ba28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edit/codemirror-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
.CodeMirror-linenumber {
cursor: pointer; /* for bookmarking */
}
.CodeMirror-lint-markers {
margin-left: -8px;
margin-right: -8px;
}
.cm-matchhighlight,
.CodeMirror-selection-highlight-scrollbar {
background: hsla(200, 100%, 50%, var(--match-hl-opacity, .1));
Expand Down

0 comments on commit 7e9ba28

Please sign in to comment.