Created by: ysds
A .dropdown-toggle
selector is used to reset a button's rounded corner in button group and input button. But should not use a dropdown-toggle
selector to reset it, because dropdown-toggle
does not have rounded corners by default.
This PR including the follwings:
- Use
last-of-type
selector instead of.dropdown-toggle
- Remove
border-raduis :0
because it is enough by each reset of the left and right side
I hope that this PR will help improve code. Thanks.