]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reset button element border-radius in Reboot (#24126)
authorMark Otto <markd.otto@gmail.com>
Wed, 27 Sep 2017 14:01:00 +0000 (07:01 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 27 Sep 2017 14:01:00 +0000 (17:01 +0300)
scss/_reboot.scss

index 1922773b628fa99b50514f629432fe366a1fed25..2bb4904ac1f64f85a8e6cf5ae826f262f666f2d3 100644 (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.
 //