diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 1922773b628fa99b50514f629432fe366a1fed25..2bb4904ac1f64f85a8e6cf5ae826f262f666f2d3 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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. //