From 5d00ee523c8f729cb6f6590c0528385f5573d343 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 3 Nov 2015 21:06:16 -0500 Subject: [PATCH] Workaround for Firefox svg icons --- css/map.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/map.css b/css/map.css index 173d4a21b..ee8783a5b 100644 --- a/css/map.css +++ b/css/map.css @@ -25,6 +25,7 @@ use { pointer-events: none; } /* base styles */ .layer path { fill: none; } +.layer use path { fill: inherit; } /* FF svg icons */ g.point .shadow, g.vertex .shadow,