Add node body tooltip - limit to link nodes for now

This commit is contained in:
Nick O'Leary
2018-10-03 15:40:05 +01:00
parent 6cb3699ee9
commit 22ede79799
2 changed files with 92 additions and 38 deletions

View File

@@ -281,14 +281,14 @@ g.link_unknown path.link_line {
pointer-events: none;
path {
fill: white;
stroke: #999;
fill: $popover-background;
stroke: $popover-background;
stroke-width: 1;
}
}
.port_tooltip_label {
stroke-width: 0;
fill: #666;
fill: $popover-color;
font-size: 12px;
pointer-events: none;
-webkit-touch-callout: none;