Skip to content

Commit

Permalink
Reset button element border-radius in Reboot
Browse files Browse the repository at this point in the history
Fixes #24093.

/cc @razh
  • Loading branch information
mdo authored Sep 26, 2017
1 parent 0ee85c9 commit 20d7754
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ label {
margin-bottom: .5rem;
}

// Remove the default `border-radius` that macOS Chrome adds.
//
// Details at https://github.com/twbs/bootstrap/issues/24093
button {
border-radius: 0;
}

// Work around a Firefox/IE bug where the transparent `button` background
// results in a loss of the default `button` focus styles.
//
Expand Down

0 comments on commit 20d7754

Please sign in to comment.