From a9576d562eff1c271d523a2891a862b5fa44e642 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Fri, 24 Nov 2017 13:19:45 +0000 Subject: [PATCH] Remove default border radius that macOS Chrome adds See: https://github.com/twbs/bootstrap/issues/24093 --- lib/button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/button.css b/lib/button.css index 77c698c..bc0a651 100644 --- a/lib/button.css +++ b/lib/button.css @@ -26,6 +26,7 @@ .Button { background: transparent; border-color: var(--Button-border-color); + border-radius: 0; border-style: solid; border-width: var(--Button-border-width); box-sizing: border-box; /* 1 */