restore attribute

This commit is contained in:
Alessandro
2025-08-18 15:34:09 +02:00
parent 2e7c89c6c3
commit b4a8936009
3 changed files with 27 additions and 6 deletions
+4 -1
View File
@@ -168,10 +168,13 @@
/* Arrowhead marker styles - use CSS custom properties as default */
.xy-flow__arrowhead polyline {
fill: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
stroke: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
}
.xy-flow__arrowhead polyline.arrowclosed {
fill: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
}
.xy-flow__connection {
pointer-events: none;