Lines Matching refs:drop
91 --shape-drop-allowed-fill-color: var(--color-grey-225-10-97);
92 --shape-drop-not-allowed-fill-color: var(--color-red-360-100-97);
108 .djs-container svg.drop-not-ok {
109 background: var(--shape-drop-not-allowed-fill-color) !important;
113 background: var(--shape-drop-allowed-fill-color) !important;
159 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
160 fill: var(--shape-drop-not-allowed-fill-color) !important;
164 fill: var(--shape-drop-allowed-fill-color) !important;
168 /* Override move cursor during drop and connect */
169 .drop-not-ok,
171 .drop-not-ok *,
176 .drop-ok,
178 .drop-ok *,
189 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) {
191 stroke: var(--shape-drop-not-allowed-fill-color) !important;
864 .drop-ok .djs-bendpoint,
865 .drop-not-ok .djs-bendpoint {