link infostrings!
This commit is contained in:
@@ -478,6 +478,11 @@ td > form.nd_inline-form {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* netmap tooltip box */
|
||||
#netmap_pane_tooltip {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
/* fixup for prepended checkbox in sidebar */
|
||||
.nd_searchcheckbox {
|
||||
width: 121px;
|
||||
|
||||
@@ -598,7 +598,8 @@ function netGobrechtsD3Force(domContainerId, options, apexPluginId, apexPageItem
|
||||
.attr("id", v.dom.containerId);
|
||||
} else {
|
||||
v.dom.container = d3.select("#" + v.dom.containerId);
|
||||
d3.selectAll("#" + v.dom.containerId + "_tooltip, #" + v.dom.containerId + "_customizing").remove();
|
||||
d3.selectAll("#" + v.dom.containerId + "_customizing").remove();
|
||||
// d3.selectAll("#" + v.dom.containerId + "_tooltip").remove();
|
||||
}
|
||||
|
||||
// create SVG element, if not existing (if we have an APEX context, it is already created from the APEX plugin )
|
||||
|
||||
Reference in New Issue
Block a user