mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-16 20:49:45 +02:00
Fix arrowhead style issue
This commit is contained in:
@@ -15,7 +15,6 @@ text.actor {
|
|||||||
.messageLine0 {
|
.messageLine0 {
|
||||||
stroke-width: 1.5;
|
stroke-width: 1.5;
|
||||||
stroke-dasharray: '2 2';
|
stroke-dasharray: '2 2';
|
||||||
marker-end: url(#arrowhead);
|
|
||||||
stroke: $signalColor;
|
stroke: $signalColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,7 +56,6 @@ text.actor {
|
|||||||
.loopLine {
|
.loopLine {
|
||||||
stroke-width: 2;
|
stroke-width: 2;
|
||||||
stroke-dasharray: '2 2';
|
stroke-dasharray: '2 2';
|
||||||
marker-end: url(#arrowhead);
|
|
||||||
stroke: $labelBoxBorderColor;
|
stroke: $labelBoxBorderColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user