Skip to content

Commit

Permalink
[CST-4506] use default cursor when drag and drop is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Jan 28, 2022
1 parent 4e5bf6e commit 67d6c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.drag-disable {
visibility: hidden !important;
&:hover, &:focus {
cursor: grab;
cursor: default;
.drag-icon {
visibility: hidden !important;
}
Expand Down

0 comments on commit 67d6c6f

Please sign in to comment.