From c5a56f28c79ce96db1955f70da280fb2a387c836 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Wed, 13 Apr 2016 12:18:23 +0200 Subject: [PATCH] Fixes metric-on-canvas-hover text highlight. Label grey-bg style was leaking onto the middle! --- client/app/styles/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 45afb9a05..f1e1ba624 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -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;