From d23ce9fb635b5dfdd916f3efee55de599b038bdf Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Sun, 8 Dec 2019 10:10:03 +0100 Subject: [PATCH] #935 Fix for stylink of links. Default theme colors are picked up and styling via themeCSS works --- cypress/platform/current.html | 17 +++++++++++++---- src/diagrams/flowchart/flowRenderer.js | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/cypress/platform/current.html b/cypress/platform/current.html index 5c30322cf..283deff93 100644 --- a/cypress/platform/current.html +++ b/cypress/platform/current.html @@ -4,22 +4,31 @@ href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" /> +

info below

graph TD - A["a=b &&"] - A["a=b && a>b"] + A ==> B + A --> C + A -.-> D