Skip to content

Commit

Permalink
feat: indicate drag via cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed May 23, 2022
1 parent 2e1c357 commit 358c7b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/diagram-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -813,4 +813,10 @@ marker.djs-dragger tspan {
.djs-element-hidden .djs-outline,
.djs-label-hidden .djs-label {
display: none !important;
}

.djs-element .djs-hit-stroke,
.djs-element .djs-hit-click-stroke,
.djs-element .djs-hit-all {
cursor: move;
}

0 comments on commit 358c7b9

Please sign in to comment.