Переглянути джерело

enhance(ui): remove the inset shadow of the code block

charlie 2 роки тому
батько
коміт
2c874c218e
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      src/main/frontend/common.css

+ 4 - 0
src/main/frontend/common.css

@@ -709,6 +709,10 @@ svg.tip {
   font-size: 14px;
 }
 
+.cm-s-solarized.CodeMirror {
+  box-shadow: none;
+}
+
 /* endregion */
 
 hr {