Fix cursor issue when hovering areas in some modes

This commit is contained in:
Quincy Morgan
2020-04-05 17:30:40 -07:00
parent 1ca3c9e4dd
commit a327fac4ed

View File

@@ -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;
}