Merge pull request #144 from princemaple/patch-1

Fix shadow bug on Firefox
This commit is contained in:
Henrique Dias 2017-07-19 08:06:59 +01:00 committed by GitHub
commit b9e688769a
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;