Remove stroke-width on vertex shadows

This was causing oversized hit boxes on Firefox.
This commit is contained in:
John Firebaugh
2013-03-07 10:27:43 -08:00
parent cb59453fcd
commit 457922856e

View File

@@ -131,7 +131,6 @@ g.vertex.shared .fill {
g.vertex .shadow {
fill: none;
pointer-events: all;
stroke-width: 20;
-webkit-transition: -webkit-transform 100ms linear;
transition: transform 100ms linear;
-moz-transition: fill 100ms linear;