mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
Added css for clickable when task text is outside of task
This commit is contained in:
@@ -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",
|
||||||
@@ -86,4 +86,4 @@
|
|||||||
"babel-core"
|
"babel-core"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user