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