Skip to content

Commit

Permalink
closes #35 style local transitions differently from external transiti…
Browse files Browse the repository at this point in the history
…ons - they have hollow arrowheads.
  • Loading branch information
finger563 committed Jan 10, 2018
1 parent a63ace3 commit fe91421
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/visualizers/widgets/HFSMViz/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ edge[Enabled = "False"] {
line-style: dashed;
}

edge[type = "Local Transition"] {
target-arrow-fill: hollow;
}

.filtered {
display: none;
}
Expand All @@ -205,4 +209,4 @@ edge[Enabled = "False"] {
target-arrow-color: blue;
border-width: 2;
font-weight: bold;
}
}

0 comments on commit fe91421

Please sign in to comment.