Quellcode durchsuchen

chore: [Tree] move useless css style

chenyuling vor 4 Jahren
Ursprung
Commit
239d1286c2
1 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  1. 0 5
      packages/semi-foundation/tree/tree.scss

+ 0 - 5
packages/semi-foundation/tree/tree.scss

@@ -55,7 +55,6 @@ $module: #{$prefix}-tree;
     }
     }
 
 
     li > .#{$module}-option-label {
     li > .#{$module}-option-label {
-        // box-sizing: border-box;
         list-style-type: none;
         list-style-type: none;
         padding: 0;
         padding: 0;
     }
     }
@@ -66,10 +65,8 @@ $module: #{$prefix}-tree;
         width: $width-tree_emptyIcon;
         width: $width-tree_emptyIcon;
         color: $color-tree_option-icon-default;
         color: $color-tree_option-icon-default;
         margin-right: $spacing-tree_icon-marginRight;
         margin-right: $spacing-tree_icon-marginRight;
-        // padding: 4px 0;
         display: flex;
         display: flex;
         flex-shrink: 0;
         flex-shrink: 0;
-        // align-self: start;
     }
     }
 
 
     .#{$module}-option {
     .#{$module}-option {
@@ -110,7 +107,6 @@ $module: #{$prefix}-tree;
 
 
         &-label-text,
         &-label-text,
         .#{$prefix}-checkbox-addon {
         .#{$prefix}-checkbox-addon {
-            // padding: 2px 4px;
             border-radius: $radius-tree_checkbox_addon;
             border-radius: $radius-tree_checkbox_addon;
 
 
             &:hover {
             &:hover {
@@ -318,7 +314,6 @@ $module: #{$prefix}-tree;
 
 
         &-spin-icon {
         &-spin-icon {
             display: flex;
             display: flex;
-            // box-sizing: content-box;
             & svg {
             & svg {
                 width: $width-tree_spinIcon;
                 width: $width-tree_spinIcon;
                 height: $width-tree_spinIcon;
                 height: $width-tree_spinIcon;