Ver código fonte

mol-plugin: CSS fix

David Sehnal 5 anos atrás
pai
commit
20c9bd0130

+ 6 - 0
src/mol-plugin/skin/base/components/controls-base.scss

@@ -4,6 +4,12 @@
     border: none;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
+
+    
+    &[disabled] {
+        background: $default-background;
+        opacity: 0.35;
+    }
 }
 
 .msp-btn, .msp-btn:active, .msp-btn-link:focus, .msp-btn:hover {