Skip to content

Commit

Permalink
Merge pull request #25 from AlecRust/remove-border-radius
Browse files Browse the repository at this point in the history
Remove macOS Chrome border radius
  • Loading branch information
simonsmith authored Nov 27, 2017
2 parents 8043ffa + a9576d5 commit 2f6ebb9
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 2f6ebb9

Please sign in to comment.