Convert some element ids to classes to avoid collisions when embedding iD

This commit is contained in:
Quincy Morgan
2020-03-20 13:53:17 -07:00
parent f625406ccc
commit c893147e15
16 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -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);
}
}