From 457922856efd8d2c05996ea9c55c75843fc486eb Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 7 Mar 2013 10:27:43 -0800 Subject: [PATCH] Remove stroke-width on vertex shadows This was causing oversized hit boxes on Firefox. --- css/map.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/map.css b/css/map.css index ceb5d6a6a..5b172b5dd 100644 --- a/css/map.css +++ b/css/map.css @@ -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;