Lines Matching refs:shape

70   --shape-attach-allowed-stroke-color: var(--blue-base-65);
71 --shape-connect-allowed-fill-color: var(--color-f6f6f6);
72 --shape-drop-allowed-fill-color: var(--color-f6f6f6);
73 --shape-drop-not-allowed-fill-color: var(--red-base-62-lighten-90);
74 --shape-resize-preview-stroke-color: var(--blue-base-65);
97 shape-rendering: geometricPrecision;
111 .djs-shape.connect-ok .djs-visual > :nth-child(1) {
112 fill: var(--shape-connect-allowed-fill-color) !important;
115 .djs-shape.connect-not-ok .djs-visual > :nth-child(1),
116 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
117 fill: var(--shape-drop-not-allowed-fill-color) !important;
120 .djs-shape.new-parent .djs-visual > :nth-child(1) {
121 fill: var(--shape-drop-allowed-fill-color) !important;
125 background: var(--shape-drop-not-allowed-fill-color) !important;
129 background: var(--shape-drop-allowed-fill-color) !important;
134 stroke: var(--shape-drop-allowed-fill-color) !important;
139 stroke: var(--shape-drop-not-allowed-fill-color) !important;
149 stroke: var(--shape-attach-allowed-stroke-color) !important;
155 stroke: var(--shape-drop-not-allowed-fill-color) !important;
169 shape-rendering: geometricPrecision;
180 stroke: var(--shape-resize-preview-stroke-color);
195 shape-rendering: geometricprecision;
227 .djs-shape.djs-resizing > .djs-outline {
231 .djs-shape.djs-resizing > .djs-resizer {
295 * all pointer events for hit shape
307 * all pointer events for hit shape
314 * shape / connection basic styles
368 shape-rendering: crispEdges;
595 .djs-shape,