mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 19:17:00 +01:00
1064 Adding tooltip and function calls to click evens in class diagrams
This commit is contained in:
@@ -10,6 +10,10 @@ g.classGroup text {
|
||||
}
|
||||
}
|
||||
|
||||
g.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
g.classGroup rect {
|
||||
fill: $nodeBkg;
|
||||
stroke: $nodeBorder;
|
||||
|
||||
Reference in New Issue
Block a user