mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Don't set fill:none for paths in a use (only FF does this)
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user