Skip to content
Snippets Groups Projects
Commit 0891176f authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Use the move curser for draggable="true" elements

parent 0222a1f1
No related branches found
No related tags found
No related merge requests found
......@@ -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;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment