mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 19:39:43 +02:00
MC-1730 Fixed border-color for statediagram notes
This commit is contained in:
@@ -219,6 +219,11 @@ g.stateGroup line {
|
|||||||
.statediagram-note .nodeLabel {
|
.statediagram-note .nodeLabel {
|
||||||
color: ${options.noteTextColor};
|
color: ${options.noteTextColor};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.node.statediagram-note rect {
|
||||||
|
stroke: ${options.noteBorderColor} !important;
|
||||||
|
}
|
||||||
|
|
||||||
.statediagram .edgeLabel {
|
.statediagram .edgeLabel {
|
||||||
color: red; // ${options.noteTextColor};
|
color: red; // ${options.noteTextColor};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user