mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-01 07:57:59 +02:00
Fix cursor issue when hovering areas in some modes
This commit is contained in:
+4
-1
@@ -47,6 +47,9 @@
|
||||
stroke-width: 20px;
|
||||
}
|
||||
.ideditor.mode-browse .fill-partial path.area.fill,
|
||||
.ideditor.mode-select .fill-partial path.area.fill {
|
||||
.ideditor.mode-select .fill-partial path.area.fill,
|
||||
.ideditor.mode-select-data .fill-partial path.area.fill,
|
||||
.ideditor.mode-select-error .fill-partial path.area.fill,
|
||||
.ideditor.mode-select-note .fill-partial path.area.fill {
|
||||
pointer-events: visibleStroke;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user