From: Mark Otto Date: Wed, 27 Sep 2017 14:01:00 +0000 (-0700) Subject: Reset button element border-radius in Reboot (#24126) X-Git-Tag: v4.0.0-beta.2~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a015ba15fa63d5c311c644c5c0efc2a2868fe7;p=thirdparty%2Fbootstrap.git Reset button element border-radius in Reboot (#24126) --- 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. //