From 27a015ba15fa63d5c311c644c5c0efc2a2868fe7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 27 Sep 2017 07:01:00 -0700 Subject: [PATCH] Reset button element border-radius in Reboot (#24126) --- scss/_reboot.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 1922773b62..2bb4904ac1 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. //