Fixes metric-on-canvas-hover text highlight.

Label grey-bg style was leaking onto the middle!
This commit is contained in:
Simon Howe
2016-04-13 12:18:23 +02:00
parent 12b40746b2
commit c5a56f28c7

View File

@@ -342,7 +342,7 @@ h2 {
fill-opacity: 0;
}
&.hovered text {
&.hovered .node-label, &.hovered .node-sublabel {
stroke: @background-average-color;
stroke-width: 8px;
stroke-opacity: 0.7;