From a327fac4ed057de5de5198e3c1b95162a8d3b89b Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sun, 5 Apr 2020 17:30:40 -0700 Subject: [PATCH] Fix cursor issue when hovering areas in some modes --- css/70_fills.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/70_fills.css b/css/70_fills.css index da181ff8d..688ddc5cb 100644 --- a/css/70_fills.css +++ b/css/70_fills.css @@ -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; }