Reset button element border-radius in Reboot (#24126)

This commit is contained in:
Mark Otto 2017-09-27 07:01:00 -07:00 committed by XhmikosR
parent 6dd3d91768
commit 27a015ba15
1 changed files with 7 additions and 0 deletions

View File

@ -325,6 +325,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.
//