diff --git a/package.json b/package.json index 11d4bce99..c892ab1fd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/knsv/mermaid" + "url": "https://github.com/abzicht/mermaid" }, "author": "Knut Sveidqvist", "license": "MIT", @@ -86,4 +86,4 @@ "babel-core" ] } -} +} \ No newline at end of file diff --git a/src/themes/gantt.scss b/src/themes/gantt.scss index 37d4144d2..04bf45066 100644 --- a/src/themes/gantt.scss +++ b/src/themes/gantt.scss @@ -89,6 +89,7 @@ font-size: 11px; } +/* Special case clickable */ .task.clickable { cursor: pointer; } @@ -98,6 +99,18 @@ font-weight: bold; } +.taskTextOutsideLeft.clickable { + cursor: pointer; + fill: $taskTextClickableColor !important; + font-weight: bold; +} + +.taskTextOutsideRight.clickable { + cursor: pointer; + fill: $taskTextClickableColor !important; + font-weight: bold; +} + /* Specific task settings for the sections*/ .taskText0,