fix: Abhängigkeits-Punktierung enger (.1/3 statt .1/5)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
a8c5e54f11
commit
5911609d2e
@@ -709,7 +709,7 @@
|
||||
durchgezogen in Tinte. */
|
||||
.dep-overlay{position:absolute;left:0;top:0;overflow:visible;pointer-events:none}
|
||||
.dep-edge{fill:none;stroke:var(--muted);stroke-width:1.5;opacity:.4;
|
||||
stroke-linecap:round;stroke-dasharray:.1 5}
|
||||
stroke-linecap:round;stroke-dasharray:.1 3}
|
||||
/* Offene Pfeilspitze — grau und dünn wie die Linie, kein gefülltes Dreieck. */
|
||||
.dep-arrow{fill:none;stroke:var(--muted);stroke-width:1.5;opacity:.4;
|
||||
stroke-linecap:round;stroke-linejoin:round}
|
||||
|
||||
Reference in New Issue
Block a user