Created by: ysds
This PR is reproduction of #24696, includes the followings:
- Remove unnecessary float
- Since parent
.btn-groupis displayed as inline-flex, the child elements are placed left to right by default.
- Since parent
- Cleanup of reset rounded corners
- Remove
border-radius :0since it is enough by each reset of left and right side - A
.dropdown-toggleselector should not be used for reset rounded corner since it does not haveborder-radiusproperty. Instead use.dropdown-toggleas negation pseudo-class.
- Remove
Not include changes to input group. Thanks.