0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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

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.
//