Lines Matching refs:shape

75   --shape-attach-allowed-stroke-color: var(--blue-base-65);
76 --shape-connect-allowed-fill-color: var(--color-f6f6f6);
77 --shape-drop-allowed-fill-color: var(--color-f6f6f6);
78 --shape-drop-not-allowed-fill-color: var(--red-base-62-lighten-90);
79 --shape-resize-preview-stroke-color: var(--blue-base-65);
102 shape-rendering: geometricPrecision;
116 .djs-shape.connect-ok .djs-visual > :nth-child(1) {
117 fill: var(--shape-connect-allowed-fill-color) !important;
120 .djs-shape.connect-not-ok .djs-visual > :nth-child(1),
121 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
122 fill: var(--shape-drop-not-allowed-fill-color) !important;
125 .djs-shape.new-parent .djs-visual > :nth-child(1) {
126 fill: var(--shape-drop-allowed-fill-color) !important;
130 background: var(--shape-drop-not-allowed-fill-color) !important;
134 background: var(--shape-drop-allowed-fill-color) !important;
139 stroke: var(--shape-drop-allowed-fill-color) !important;
144 stroke: var(--shape-drop-not-allowed-fill-color) !important;
154 stroke: var(--shape-attach-allowed-stroke-color) !important;
160 stroke: var(--shape-drop-not-allowed-fill-color) !important;
174 shape-rendering: geometricPrecision;
185 stroke: var(--shape-resize-preview-stroke-color);
200 shape-rendering: geometricprecision;
232 .djs-shape.djs-resizing > .djs-outline {
236 .djs-shape.djs-resizing > .djs-resizer {
300 * all pointer events for hit shape
312 * all pointer events for hit shape
319 * shape / connection basic styles
373 shape-rendering: crispEdges;
600 .djs-shape,