Update styles.css

box-shadow: 0 0 0 0; leaves a slight edge on Firefox.
box-shadow does accept `none`, which works as expected.
This commit is contained in:
Po Chen 2017-07-19 17:05:28 +10:00 committed by GitHub
parent 40b31bd291
commit 60324cc685

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;