Skip to content

Commit

Permalink
fix(comp:select): remove useless css style
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu committed Feb 13, 2023
1 parent ebf8fb5 commit 11239b6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/components/select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@
margin-left: @select-option-label-margin-left;
}
}

&-loading {
height: @select-loading-height;
display: flex;
justify-content: center;
align-items: center;
}


&-option-group {
.reset-component();
.select-option(@select-option-font-size - 2px, @select-option-group-color);
Expand Down

0 comments on commit 11239b6

Please sign in to comment.