fix(ui): code block theme when toggling theme

This commit is contained in:
charlie
2021-06-01 14:07:01 +08:00
committed by Tienson Qin
parent bef8d0da68
commit 81ae683689
3 changed files with 12 additions and 15 deletions

View File

@@ -104,14 +104,6 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
/* Editor styling */
/* Little shadow on the view-port of the buffer view */
.cm-s-solarized.CodeMirror {
-moz-box-shadow: inset 7px 0 12px -6px #000;
-webkit-box-shadow: inset 7px 0 12px -6px #000;
box-shadow: inset 7px 0 12px -6px #000;
}
/* Remove gutter border */
.cm-s-solarized .CodeMirror-gutters {
border-right: 0;