Commits

Giuseppe Digilio authored 67d6c6fcbb3
[CST-4506] use default cursor when drag and drop is disabled
No tags

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

Modified
1 1 @import './../../../../../../../styles/variables';
2 2
3 3 :host {
4 4 display: block;
5 5 }
6 6 .drag-disable {
7 7 visibility: hidden !important;
8 8 &:hover, &:focus {
9 - cursor: grab;
9 + cursor: default;
10 10 .drag-icon {
11 11 visibility: hidden !important;
12 12 }
13 13 }
14 14 }
15 15 .cdk-drag {
16 16 margin-left: calc(-2.3 * var(--bs-spacer));
17 17 margin-right: calc(-0.5 * var(--bs-spacer));
18 18 padding-right: calc(0.5 * var(--bs-spacer));
19 19 .drag-icon {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut