mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
styled lasso, fixes #741
This commit is contained in:
+10
@@ -745,6 +745,16 @@ text.point {
|
||||
cursor:url(../img/cursor-draw-point.png) 18 18, auto;
|
||||
}
|
||||
|
||||
.lasso #map:hover,
|
||||
.lasso .way,
|
||||
.lasso .vertex {
|
||||
cursor:url(../img/cursor-draw.png) 9 9, auto;
|
||||
}
|
||||
|
||||
.lasso #map {
|
||||
pointer-events: visibleStroke;
|
||||
}
|
||||
|
||||
/* Modes */
|
||||
|
||||
.mode-draw-line .vertex.active,
|
||||
|
||||
Reference in New Issue
Block a user