Prechádzať zdrojové kódy

fix: codemirror white background in the right sidebar

Tienson Qin 4 rokov pred
rodič
commit
f7651f2413
1 zmenil súbory, kde vykonal 0 pridanie a 5 odobranie
  1. 0 5
      src/main/frontend/components/sidebar.css

+ 0 - 5
src/main/frontend/components/sidebar.css

@@ -167,10 +167,6 @@
     background: var(--ls-right-sidebar-code-bg-color);
   }
 
-  pre.CodeMirror-line {
-    background: #fff;
-  }
-
   .references {
     margin-left: 12px;
   }
@@ -210,4 +206,3 @@
     overflow-y: overlay;
   }
 }
-