Fix select menu item radius style

This commit is contained in:
afc163 2018-07-23 18:50:07 +08:00
parent 67145a777e
commit 6cb6f5c83e

View File

@ -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;