From ed2a25bff48af40ba4baed2e83e4279ef284ac12 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 5 Nov 2015 10:26:21 -0500 Subject: [PATCH] Don't set fill:none for paths in a use (only FF does this) --- css/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index 591214bd2..823fd55f4 100644 --- a/css/map.css +++ b/css/map.css @@ -25,7 +25,7 @@ use { pointer-events: none; } /* base styles */ .layer path { fill: none; } -.layer use path { fill: inherit; } /* FF svg icons */ +.layer use path { fill: #333; } /* FF svg icons */ g.point .shadow, g.vertex .shadow,