Use the move curser for draggable="true" elements

This commit is contained in:
Patrick Jentsch 2023-01-10 10:02:32 +01:00
parent 0222a1f16e
commit 0891176fd7

View File

@ -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="spacy-nlp-pipeline"]:empty::before {content: "G";}
.nopaque-icons.service-icons[data-service="corpus-analysis"]:empty::before {content: "H";} .nopaque-icons.service-icons[data-service="corpus-analysis"]:empty::before {content: "H";}
.clickable { [draggable="true"] {cursor: move !important;}
cursor: pointer !important; .clickable {cursor: pointer !important;}
pointer-events: all !important;
}
.chip.s-attr .chip.p-attr {background-color: inherit;} .chip.s-attr .chip.p-attr {background-color: inherit;}