Merge pull request #144 from princemaple/patch-1
Fix shadow bug on Firefox Former-commit-id: 41c849c89ae354e6a9674d9e3b572e70ba4e223b [formerly 8885e3c0a3f9be10f59c3cfabf2eda032c7b8c17] [formerly 3b6c6e8ad1e1e5805af0bbdfe9690486efa322b9 [formerly b9e688769aeef73997854c0c7313879cd911a822]] Former-commit-id: a5a61f06de8cd9cceb223ac1fcfe2026f8afb0e1 [formerly 731a2f87cd37a5532a6309e59429650cfc8777fb] Former-commit-id: 41536048386008941403f6094e753adc22b542a6
This commit is contained in:
commit
66cb13c7cf
|
@ -21,7 +21,7 @@
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-shadow: 0 0 0 0;
|
box-shadow: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue