-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update theme due to auto upgrade
- Loading branch information
Showing
7 changed files
with
348 additions
and
810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
} | ||
|
||
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { | ||
background-color: transparent; /* The little square between H and V scrollbars */ | ||
background-color: white; /* The little square between H and V scrollbars */ | ||
} | ||
|
||
/* GUTTER */ | ||
|
@@ -68,7 +68,6 @@ | |
} | ||
.cm-animate-fat-cursor { | ||
width: auto; | ||
border: 0; | ||
-webkit-animation: blink 1.06s steps(1) infinite; | ||
-moz-animation: blink 1.06s steps(1) infinite; | ||
animation: blink 1.06s steps(1) infinite; | ||
|
@@ -421,6 +420,14 @@ span.CodeMirror-selectedtext { background: none; } | |
width: 100%; height: 100%; | ||
} | ||
|
||
.CodeMirror-lint-line-error { | ||
background-color: rgba(183, 76, 81, 0.08); | ||
} | ||
|
||
.CodeMirror-lint-line-warning { | ||
background-color: rgba(255, 211, 0, 0.1); | ||
} | ||
|
||
/* | ||
MDN-LIKE Theme - Mozilla | ||
Ported to CodeMirror by Peter Kroon <[email protected]> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.