Explorar el Código

mol-plugin: reverted msp-layout-region background !important, because it broke the visual style

David Sehnal hace 5 años
padre
commit
c0f85b691d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mol-plugin/skin/base/layout/common.scss

+ 1 - 1
src/mol-plugin/skin/base/layout/common.scss

@@ -13,7 +13,7 @@
 
 
 .msp-layout-region {
 .msp-layout-region {
     overflow: hidden;
     overflow: hidden;
-    background: $default-background !important;
+    // background: $default-background;
 }
 }
 
 
 .msp-layout-static, .msp-layout-scrollable {
 .msp-layout-static, .msp-layout-scrollable {