From a2a712a296cb7bc9bac25828a9495dd262c3e3d1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 27 Jun 2023 06:53:36 +0200 Subject: [PATCH] wait #6073 @0.25 --- resources/linkeditor/style/style.sass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/linkeditor/style/style.sass b/resources/linkeditor/style/style.sass index d4012e2d1..564daa202 100644 --- a/resources/linkeditor/style/style.sass +++ b/resources/linkeditor/style/style.sass @@ -55,6 +55,13 @@ body, #linkeditor, html &.grabbing cursor: grabbing + &.polygon + cursor: crosshair + + .link:not(.pendingPolygonCreate) + pointer-events: none + + #linkeditor-duplicatelink-overlay, #linkeditor-selectlink-overlay display: none position: absolute -- 2.39.5