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
parent
40b31bd291
commit
60324cc685
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue