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