Skip to content

Commit 5f6d5e6

Browse files
Merge branch 'release/11.14.0' of github.com:mermaid-js/mermaid into release/11.14.0
* 'release/11.14.0' of github.com:mermaid-js/mermaid: fix: apply classDef styles correctly to divider element
2 parents f41dfbf + 503a703 commit 5f6d5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/mermaid/src/rendering-util/rendering-elements/shapes/requirementBox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export async function requirementBox<T extends SVGGraphicsElement>(
185185
node.look !== 'handDrawn' &&
186186
(requirementEdgeLabelBackground || borderColorArray?.length)
187187
) {
188-
shapeSvg.selectAll('.outer-path path').attr('style', nodeStyles);
188+
shapeSvg.selectAll('path').attr('style', nodeStyles);
189189
}
190190

191191
return shapeSvg;

0 commit comments

Comments
 (0)