Преглед на файлове

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

David Sehnal преди 5 години
родител
ревизия
c0f85b691d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 {
     overflow: hidden;
-    background: $default-background !important;
+    // background: $default-background;
 }
 
 .msp-layout-static, .msp-layout-scrollable {