diff options
| author | Mark Otto <[email protected]> | 2017-09-27 07:01:00 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-09-27 17:01:00 +0300 |
| commit | 27a015ba15fa63d5c311c644c5c0efc2a2868fe7 (patch) | |
| tree | 28e043f7ff9605701dc621a304087aa0b043c2c2 | |
| parent | 6dd3d91768227a7ac03a63f8e47eacae99be8892 (diff) | |
| download | bootstrap-27a015ba15fa63d5c311c644c5c0efc2a2868fe7.tar.xz bootstrap-27a015ba15fa63d5c311c644c5c0efc2a2868fe7.zip | |
Reset button element border-radius in Reboot (#24126)
| -rw-r--r-- | scss/_reboot.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 1922773b6..2bb4904ac 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. // |
