Don't set fill:none for paths in a use (only FF does this)

This commit is contained in:
Bryan Housel
2015-11-05 10:26:21 -05:00
parent e033c1c672
commit ed2a25bff4
+1 -1
View File
@@ -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,