Adjusting initial classDiagram shape rendering

This commit is contained in:
Ashish Jain
2020-07-21 15:25:16 +02:00
parent 1e400624e0
commit abe23250c4
6 changed files with 237 additions and 19 deletions

View File

@@ -10,6 +10,11 @@ g.classGroup text {
}
}
.divider {
stroke: $nodeBorder;
stroke-width: 1;
}
g.clickable {
cursor: pointer;
}