From 8848203d90637687a3412232206234038cf06dc0 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Tue, 26 Dec 2017 20:58:54 +0800 Subject: [PATCH] Fix issues of last PR --- README.md | 4 ---- dist/index.html | 15 ++++++--------- package.json | 2 +- src/less/neutral/flow.less | 4 ++++ 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c86f7d968..587da3209 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 da7b4441b..6fe9106d0 100644 --- a/dist/index.html +++ b/dist/index.html @@ -101,20 +101,17 @@ Class08 <--> C2: Cool label - diff --git a/package.json b/package.json index 070265390..de8d23ed0 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 26791adc2..cb3a8d2f2 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;