Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up button group #25073

Merged
merged 2 commits into from
Dec 27, 2017
Merged

Clean up button group #25073

merged 2 commits into from
Dec 27, 2017

Commits on Dec 25, 2017

  1. Remove unnecessary float

    - since parent btn-group is displayed as inline-flex, the child elements are placed left to right by default.
    ysds committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    85debcb View commit details
    Browse the repository at this point in the history
  2. 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.
    ysds committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    ea4b82c View commit details
    Browse the repository at this point in the history