Skip to content

Commit f22d9bd

Browse files
committed
Make editor diagnostics easier to see
1 parent 3dbf469 commit f22d9bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

web/src/modes/editor/editor.css

+9
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@
2424
overflow: auto;
2525
scrollbar: overlay;
2626
}
27+
28+
.cm-panel.cm-panel-lint ul [aria-selected].cm-diagnostic-warning {
29+
color: #111;
30+
}
31+
32+
.ͼ1 .cm-lintRange-active {
33+
background-color: #ffdd9940;
34+
color: #fff;
35+
}

0 commit comments

Comments
 (0)