Skip to content

Commit

Permalink
Fix select menu item radius style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 23, 2018
1 parent 67145a7 commit 6cb6f5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/select/style/index.less
Expand Up @@ -481,6 +481,11 @@
font-size: @font-size-sm;
}

&-item-group-list &-item:first-child:not(:last-child),
&-item-group:not(:last-child) &-item-group-list &-item:last-child {
border-radius: 0;
}

&-item {
position: relative;
display: block;
Expand Down

0 comments on commit 6cb6f5c

Please sign in to comment.