Lines Matching refs:drop
90 --shape-drop-allowed-fill-color: var(--color-grey-225-10-97);
91 --shape-drop-not-allowed-fill-color: var(--color-red-360-100-97);
107 .djs-container svg.drop-not-ok {
108 background: var(--shape-drop-not-allowed-fill-color) !important;
112 background: var(--shape-drop-allowed-fill-color) !important;
154 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
155 fill: var(--shape-drop-not-allowed-fill-color) !important;
159 fill: var(--shape-drop-allowed-fill-color) !important;
163 /* Override move cursor during drop and connect */
164 .drop-not-ok,
166 .drop-not-ok *,
171 .drop-ok,
173 .drop-ok *,
184 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) {
186 stroke: var(--shape-drop-not-allowed-fill-color) !important;
854 .drop-ok .djs-bendpoint,
855 .drop-not-ok .djs-bendpoint {