mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 22:26:53 +02:00
chore: Make extension arrow transparent
This commit is contained in:
@@ -109,13 +109,13 @@ g.classGroup line {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#extensionStart, .extension {
|
#extensionStart, .extension {
|
||||||
fill: ${options.mainBkg} !important;
|
fill: transparent !important;
|
||||||
stroke: ${options.lineColor} !important;
|
stroke: ${options.lineColor} !important;
|
||||||
stroke-width: 1;
|
stroke-width: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#extensionEnd, .extension {
|
#extensionEnd, .extension {
|
||||||
fill: ${options.mainBkg} !important;
|
fill: transparent !important;
|
||||||
stroke: ${options.lineColor} !important;
|
stroke: ${options.lineColor} !important;
|
||||||
stroke-width: 1;
|
stroke-width: 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user