Lines Matching refs:shape
89 --shape-attach-allowed-stroke-color: var(--color-blue-205-100-50);
90 --shape-connect-allowed-fill-color: var(--color-grey-225-10-97);
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);
93 --shape-resize-preview-stroke-color: var(--color-blue-205-100-50);
109 background: var(--shape-drop-not-allowed-fill-color) !important;
113 background: var(--shape-drop-allowed-fill-color) !important;
127 shape-rendering: geometricPrecision;
154 .djs-shape.connect-ok .djs-visual > :nth-child(1) {
155 fill: var(--shape-connect-allowed-fill-color) !important;
158 .djs-shape.connect-not-ok .djs-visual > :nth-child(1),
159 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
160 fill: var(--shape-drop-not-allowed-fill-color) !important;
163 .djs-shape.new-parent .djs-visual > :nth-child(1) {
164 fill: var(--shape-drop-allowed-fill-color) !important;
185 stroke: var(--shape-attach-allowed-stroke-color) !important;
191 stroke: var(--shape-drop-not-allowed-fill-color) !important;
203 shape-rendering: geometricPrecision;
214 stroke: var(--shape-resize-preview-stroke-color);
228 shape-rendering: geometricPrecision;
260 .djs-shape.djs-resizing > .djs-outline {
264 .djs-shape.djs-resizing > .djs-resizer {
320 * all pointer events for hit shape
333 * shape / connection basic styles
387 shape-rendering: geometricPrecision;