Skip to content

Commit 67d6c6f

Browse files
committed
[CST-4506] use default cursor when drag and drop is disabled
1 parent 4e5bf6e commit 67d6c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/form/builder/ds-dynamic-form-ui/models/array-group/dynamic-form-array.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.drag-disable {
77
visibility: hidden !important;
88
&:hover, &:focus {
9-
cursor: grab;
9+
cursor: default;
1010
.drag-icon {
1111
visibility: hidden !important;
1212
}

0 commit comments

Comments
 (0)