Added css for clickable when task text is outside of task

This commit is contained in:
abzicht
2019-03-15 20:34:26 +01:00
parent f272cff7f6
commit 0a7b8840a4
2 changed files with 15 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/knsv/mermaid" "url": "https://github.com/abzicht/mermaid"
}, },
"author": "Knut Sveidqvist", "author": "Knut Sveidqvist",
"license": "MIT", "license": "MIT",

View File

@@ -89,6 +89,7 @@
font-size: 11px; font-size: 11px;
} }
/* Special case clickable */
.task.clickable { .task.clickable {
cursor: pointer; cursor: pointer;
} }
@@ -98,6 +99,18 @@
font-weight: bold; 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*/ /* Specific task settings for the sections*/
.taskText0, .taskText0,