Skip to content

Commit

Permalink
fix: make background color transparent in default
Browse files Browse the repository at this point in the history
In order to avoid incorrect styling in Safari
  • Loading branch information
ktsn committed Apr 11, 2018
1 parent 2ff8e00 commit 4cabbc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CellButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
padding: 0;
height: 100%;
width: 100%;
background-color: transparent;
border-width: 0;
font-size: inherit;
text-align: center;
Expand Down

0 comments on commit 4cabbc7

Please sign in to comment.