mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 19:59:35 +02:00
Convert some element ids to classes to avoid collisions when embedding iD
This commit is contained in:
+2
-2
@@ -38,7 +38,7 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.lasso #map {
|
||||
.lasso .main-map {
|
||||
pointer-events: visibleStroke;
|
||||
}
|
||||
|
||||
@@ -430,4 +430,4 @@ g.vertex.highlighted .shadow {
|
||||
.highlight-edited path.line.shadow.geometry-edited,
|
||||
.highlight-edited path.area.shadow.geometry-edited {
|
||||
stroke: rgb(255, 126, 46);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user