Merge pull request #169 from leonstafford/update-mermaid

fix clickable nodes style in mermaid
This commit is contained in:
Matthew Taylor 2018-12-21 01:44:44 +00:00 committed by GitHub
commit 0ed4fe1db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View file

@ -258,6 +258,9 @@ text.actor {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.node.clickable {
cursor: pointer;
}
div.mermaidTooltip {
position: absolute;
text-align: center;
@ -271,3 +274,4 @@ div.mermaidTooltip {
pointer-events: none;
z-index: 100;
}

View file

@ -260,6 +260,9 @@ text.actor {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.node.clickable {
cursor: pointer;
}
div.mermaidTooltip {
position: absolute;
text-align: center;

View file

@ -338,6 +338,9 @@ svg .classLabel .label {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.node.clickable {
cursor: pointer;
}
div.mermaidTooltip {
position: absolute;
text-align: center;