Merge pull request #720 from paulbland/add-activation-class

Add nested activation classes
This commit is contained in:
Tyler Long
2018-12-18 13:39:18 +08:00
committed by GitHub
7 changed files with 26 additions and 3 deletions

View File

@@ -73,3 +73,18 @@ text.actor {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.activation0 {
fill: $activationBkgColor;
stroke: $activationBorderColor;
}
.activation1 {
fill: $activationBkgColor;
stroke: $activationBorderColor;
}
.activation2 {
fill: $activationBkgColor;
stroke: $activationBorderColor;
}