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