Merge branch 'develop' into enhancement/standardized_naming

This commit is contained in:
Harshil Parmar
2021-02-06 16:04:14 +05:30
committed by GitHub
35 changed files with 1751 additions and 403 deletions

View File

@@ -3,9 +3,16 @@ const getStyles = options =>
font-family: ${options.fontFamily};
color: ${options.nodeTextColor || options.textColor};
}
.cluster-label text {
fill: ${options.titleColor};
}
.cluster-label span {
color: ${options.titleColor};
}
.label text {
.label text,span {
fill: ${options.nodeTextColor || options.textColor};
color: ${options.nodeTextColor || options.textColor};
}
.node rect,
@@ -59,6 +66,13 @@ const getStyles = options =>
fill: ${options.titleColor};
}
.cluster span {
color: ${options.titleColor};
}
// .cluster div {
// color: ${options.titleColor};
// }
div.mermaidTooltip {
position: absolute;
text-align: center;