Skip to content

Commit 37d396d

Browse files
committed
chore: regenerate theme due to auto upgrade
1 parent d94325e commit 37d396d

File tree

5 files changed

+500
-680
lines changed

5 files changed

+500
-680
lines changed

assets/css/codemirror/all.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
22-
background-color: transparent; /* The little square between H and V scrollbars */
22+
background-color: white; /* The little square between H and V scrollbars */
2323
}
2424

2525
/* GUTTER */
@@ -68,7 +68,6 @@
6868
}
6969
.cm-animate-fat-cursor {
7070
width: auto;
71-
border: 0;
7271
-webkit-animation: blink 1.06s steps(1) infinite;
7372
-moz-animation: blink 1.06s steps(1) infinite;
7473
animation: blink 1.06s steps(1) infinite;
@@ -421,6 +420,14 @@ span.CodeMirror-selectedtext { background: none; }
421420
width: 100%; height: 100%;
422421
}
423422

423+
.CodeMirror-lint-line-error {
424+
background-color: rgba(183, 76, 81, 0.08);
425+
}
426+
427+
.CodeMirror-lint-line-warning {
428+
background-color: rgba(255, 211, 0, 0.1);
429+
}
430+
424431
/*
425432
MDN-LIKE Theme - Mozilla
426433
Ported to CodeMirror by Peter Kroon <[email protected]>

0 commit comments

Comments
 (0)