Update styles.css

box-shadow: 0 0 0 0; leaves a slight edge on Firefox.
box-shadow does accept `none`, which works as expected.
pull/144/head
Po Chen 2017-07-19 17:05:28 +10:00 committed by GitHub
parent 40b31bd291
commit 60324cc685
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
border-radius: 50%;
background: transparent;
padding: 0;
box-shadow: 0 0 0 0;
box-shadow: none;
vertical-align: middle;
text-align: left;
position: relative;