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;
155 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
156 fill: var(--shape-drop-not-allowed-fill-color) !important;
160 fill: var(--shape-drop-allowed-fill-color) !important;
164 /* Override move cursor during drop and connect */
165 .drop-not-ok,
167 .drop-not-ok *,
172 .drop-ok,
174 .drop-ok *,
185 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) {
187 stroke: var(--shape-drop-not-allowed-fill-color) !important;
860 .drop-ok .djs-bendpoint,
861 .drop-not-ok .djs-bendpoint {