Commit 27a015ba authored by Mark Otto's avatar Mark Otto Committed by XhmikosR
Browse files

Reset button element border-radius in Reboot (#24126)

parent 6dd3d917
Showing with 7 additions and 0 deletions
+7 -0
...@@ -325,6 +325,13 @@ label { ...@@ -325,6 +325,13 @@ label {
margin-bottom: .5rem; 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 // Work around a Firefox/IE bug where the transparent `button` background
// results in a loss of the default `button` focus styles. // results in a loss of the default `button` focus styles.
// //
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment