Skip to content

Commit

Permalink
Remove default border radius that macOS Chrome adds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Nov 24, 2017
1 parent 8043ffa commit a9576d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a9576d5

Please sign in to comment.