Skip to content

Commit a9576d5

Browse files
committed
Remove default border radius that macOS Chrome adds
See: twbs/bootstrap#24093
1 parent 8043ffa commit a9576d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/button.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
.Button {
2727
background: transparent;
2828
border-color: var(--Button-border-color);
29+
border-radius: 0;
2930
border-style: solid;
3031
border-width: var(--Button-border-width);
3132
box-sizing: border-box; /* 1 */

0 commit comments

Comments
 (0)