Merge pull request #144 from princemaple/patch-1
Fix shadow bug on Firefox
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user