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

Reset button element border-radius in Reboot #24126

Merged
merged 2 commits into from Sep 27, 2017
Merged

Conversation

mdo
Copy link
Member

@mdo mdo commented Sep 26, 2017

Fixes #24093.

This goes in Reboot vs the .btn class given it affects <button> elements everywhere (e.g., dropdown items). This shouldn't affect the display much given we neutralize a bunch of other styles on the <button> element already.

/cc @razh

@XhmikosR
Copy link
Member

So this change doesn't have any side effects? I know we basically override the button styles, just wondering if we are missing something.

@andresgalante
Copy link
Collaborator

@XhmikosR no side effects, we bring the border radius back here:
https://github.com/twbs/bootstrap/blob/v4-dev/scss/mixins/_buttons.scss#L82

@XhmikosR XhmikosR merged commit 27a015b into v4-dev Sep 27, 2017
@XhmikosR XhmikosR deleted the macos-chrome-button branch September 27, 2017 14:01
@mdo mdo mentioned this pull request Sep 27, 2017
@TimVevida
Copy link

When using only the reboot stylesheet, the button style differs from the input style in Firefox.
OS: Ubuntu 16.04.3 LTS (xenial)
Browser: Firefox 56.0

Here is a screenshot (made in Comparing CSS resets):
bootstrap-reboot-buttons

Disabling the border-radius fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants