diff --git a/README.md b/README.md index c86f7d9681..587da32091 100644 --- a/README.md +++ b/README.md @@ -164,10 +164,6 @@ Make sure you have Chrome browser installed, this project uses Chrome headless t ## Build - yarn build - -If you want real time incremental build: - yarn build:watch diff --git a/dist/index.html b/dist/index.html index da7b4441b2..6fe9106d00 100644 --- a/dist/index.html +++ b/dist/index.html @@ -101,20 +101,17 @@ - diff --git a/package.json b/package.json index 0702653904..de8d23ed05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mermaid", - "version": "7.1.1", + "version": "7.1.2", "description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.", "main": "dist/mermaid.core.js", "keywords": [ diff --git a/src/less/neutral/flow.less b/src/less/neutral/flow.less index 26791adc24..cb3a8d2f27 100644 --- a/src/less/neutral/flow.less +++ b/src/less/neutral/flow.less @@ -11,6 +11,10 @@ stroke-width: 1px; } +.node.clickable { + cursor: pointer; +} + .edgePath .path { stroke: @lineColor; stroke-width: 1.5px;