]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Clean up button group (#25073)
authorysds <fellows3@gmail.com>
Wed, 27 Dec 2017 00:04:11 +0000 (09:04 +0900)
committerMark Otto <markd.otto@gmail.com>
Wed, 27 Dec 2017 00:04:11 +0000 (16:04 -0800)
commitc5209270ac542655769be72bd2cc6fb1f240d781
treeb89af044757a04dd1633b03d85ef06cd85c2ccfd
parent8c6011ab4f28f6b05be608d2f016a33d984dd729
Clean up button group  (#25073)

* Remove unnecessary float

- since parent btn-group is displayed as inline-flex, the child elements are placed left to right by default.

* 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 have border-radius property. Instead use .dropdown-toggle as negation pseudo-class.
scss/_button-group.scss