Browse Source

css tweaks

David Sehnal 6 years ago
parent
commit
e57ebb5475

+ 1 - 1
src/mol-plugin/skin/base/components/temp.scss

@@ -78,7 +78,7 @@
     margin-bottom: 1px;
     padding-left: $row-height;
     padding-right: 2 * $row-height + $control-spacing;
-    border-left: 1px dotted $entity-color-Group; // TODO custom color
+    border-left: 1px solid $entity-color-Group; // TODO custom color
     // border-bottom-left-radius: $control-spacing;
 
     &-current {

+ 0 - 1
src/mol-plugin/skin/base/components/transformer.scss

@@ -43,7 +43,6 @@
 }
 
 .msp-transform-update-wrapper {
-    //border-bottom: $control-spacing solid $control-background;
     margin-bottom: 1px;
 }