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
commit 264edddc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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