mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Fix user-journey leaking css
This fixes a CSS syntax error that causes the CSS parser to soft-fail, which leads to the later CSS (custom styles) to not properly append the `#id` to them.
This commit is contained in:
@@ -132,8 +132,6 @@ const getStyles = (options) =>
|
|||||||
.actor-5 {
|
.actor-5 {
|
||||||
${options.actor5 ? `fill: ${options.actor5}` : ''};
|
${options.actor5 ? `fill: ${options.actor5}` : ''};
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default getStyles;
|
export default getStyles;
|
||||||
|
Reference in New Issue
Block a user