mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
WIP: working svg sprite, import to defs, icons stylizable by css
This commit is contained in:
+3
-7
@@ -22,13 +22,9 @@ img.tile-removing {
|
||||
}
|
||||
|
||||
/* base styles */
|
||||
path {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
use {
|
||||
pointer-events: none;
|
||||
}
|
||||
path { fill: none; }
|
||||
#defs path { fill: inherit; }
|
||||
use { pointer-events: none; }
|
||||
|
||||
g.point .shadow,
|
||||
g.vertex .shadow,
|
||||
|
||||
Reference in New Issue
Block a user