mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix cursor issue when hovering areas in some modes
This commit is contained in:
@@ -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