diff --git a/client/app/scripts/charts/node.js b/client/app/scripts/charts/node.js index bc313ff30..c7469c884 100644 --- a/client/app/scripts/charts/node.js +++ b/client/app/scripts/charts/node.js @@ -92,6 +92,12 @@ export default class Node extends React.Component { return ( + {labelText} diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 658d4b6f6..7363c7433 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -338,6 +338,10 @@ h2 { cursor: pointer; transition: opacity .5s @base-ease; + .hover-box { + fill-opacity: 0; + } + &.hovered text { stroke: @background-average-color; stroke-width: 8px;