mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-15 01:42:39 +01:00
Fixed rendering of arrow heads in Mermaid.js class diagrams
Fix embedded mermaid css to fix class diagram arrow heads
This commit is contained in:
commit
a1816aedcb
@ -171,19 +171,15 @@ g.classGroup text {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Class extension, composition and dependency marker */
|
/* Class extension, composition and dependency marker */
|
||||||
defs #classDiagram-extensionStart,
|
defs marker.marker.extension.class path,
|
||||||
defs #classDiagram-extensionEnd,
|
defs marker.marker.composition.class path ,
|
||||||
defs #classDiagram-compositionStart,
|
defs marker.marker.dependency.class path {
|
||||||
defs #classDiagram-compositionEnd,
|
|
||||||
defs #classDiagram-dependencyStart,
|
|
||||||
defs #classDiagram-dependencyEnd {
|
|
||||||
fill: var(--md-mermaid-edge-color) !important;
|
fill: var(--md-mermaid-edge-color) !important;
|
||||||
stroke: var(--md-mermaid-edge-color) !important;
|
stroke: var(--md-mermaid-edge-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Class aggregation marker */
|
/* Class aggregation marker */
|
||||||
defs #classDiagram-aggregationStart,
|
defs marker.marker.aggregation.class path {
|
||||||
defs #classDiagram-aggregationEnd {
|
|
||||||
fill: var(--md-mermaid-label-bg-color) !important;
|
fill: var(--md-mermaid-label-bg-color) !important;
|
||||||
stroke: var(--md-mermaid-edge-color) !important;
|
stroke: var(--md-mermaid-edge-color) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user