From 0891176fd78f18297fd799a9824793f5c01673c6 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Tue, 10 Jan 2023 10:02:32 +0100
Subject: [PATCH] Use the move curser for draggable="true" elements
---
app/static/css/style.css | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app/static/css/style.css b/app/static/css/style.css
index ba45e025..7c56d3d8 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -52,10 +52,8 @@ h1 .nopaque-icons, h2 .nopaque-icons, h3 .nopaque-icons, h4 .nopaque-icons, .tab
.nopaque-icons.service-icons[data-service="spacy-nlp-pipeline"]:empty::before {content: "G";}
.nopaque-icons.service-icons[data-service="corpus-analysis"]:empty::before {content: "H";}
-.clickable {
- cursor: pointer !important;
- pointer-events: all !important;
-}
+[draggable="true"] {cursor: move !important;}
+.clickable {cursor: pointer !important;}
.chip.s-attr .chip.p-attr {background-color: inherit;}