From c0f85b691d33ed0f6c00f2c04d09b77b7a09f1d6 Mon Sep 17 00:00:00 2001 From: David Sehnal <david.sehnal@gmail.com> Date: Tue, 1 Oct 2019 17:42:42 +0200 Subject: [PATCH] mol-plugin: reverted msp-layout-region background !important, because it broke the visual style --- src/mol-plugin/skin/base/layout/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mol-plugin/skin/base/layout/common.scss b/src/mol-plugin/skin/base/layout/common.scss index a882c401a..49d85572a 100644 --- a/src/mol-plugin/skin/base/layout/common.scss +++ b/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 { -- GitLab