Skip to content

Commit

Permalink
mermaid-js#1146 Added stroke-dasharray style for Dependency relation
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Jan 2, 2020
1 parent b14c768 commit f2a5d92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/themes/class.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ g.classGroup line {
fill: none;
}

.dashed-line{
stroke-dasharray: 3;
}

@mixin composition {
fill: $nodeBorder;
stroke: $nodeBorder;
Expand Down

0 comments on commit f2a5d92

Please sign in to comment.