Fix arrowhead style issue

This commit is contained in:
Tyler Long
2018-12-18 13:55:14 +08:00
parent 2a0fcd99e4
commit 2914d4975b

View File

@@ -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;
}