Merge pull request #3543 from vallsv/empty-aroow-for-inheritance

Fill inheritance arrow with background color
This commit is contained in:
Ashish Jain
2022-10-26 23:13:38 +02:00
committed by GitHub

View File

@@ -109,13 +109,13 @@ g.classGroup line {
} }
#extensionStart, .extension { #extensionStart, .extension {
fill: ${options.lineColor} !important; fill: ${options.mainBkg} !important;
stroke: ${options.lineColor} !important; stroke: ${options.lineColor} !important;
stroke-width: 1; stroke-width: 1;
} }
#extensionEnd, .extension { #extensionEnd, .extension {
fill: ${options.lineColor} !important; fill: ${options.mainBkg} !important;
stroke: ${options.lineColor} !important; stroke: ${options.lineColor} !important;
stroke-width: 1; stroke-width: 1;
} }