mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 02:54:06 +01:00
Deleted unused code
This commit is contained in:
@@ -238,14 +238,12 @@ const getStyles = (options) =>
|
||||
}
|
||||
|
||||
.vert {
|
||||
// stroke: #00FFFF;
|
||||
stroke: ${options.vertLineColor};
|
||||
}
|
||||
|
||||
.vertText {
|
||||
font-size: 15px;
|
||||
text-anchor: middle;
|
||||
// fill: #00FFFF;
|
||||
fill: ${options.vertLineColor} !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user