Merge pull request #144 from princemaple/patch-1
Fix shadow bug on Firefox
This commit is contained in:
commit
b9e688769a
|
@ -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