From 9051a7114c8008dffe9537ef6bca04735d8244a4 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 15 Jun 2015 17:37:22 -0700 Subject: [PATCH] [Plot] Remove OOB glow Remove glow for out-of-bounds data from plot; WTD-1255, in the context of work in progress on WTD-1223. --- .../features/plot/res/templates/plot.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index 19e6f451a9..cc40cb1191 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -22,16 +22,16 @@ -
- + + > @@ -40,9 +40,9 @@
+ class="gl-plot-coords" + ng-if="subplot.isHovering() && subplot.getHoverCoordinates()" + > {{subplot.getHoverCoordinates()}}
@@ -75,10 +75,10 @@ ng-mouseenter="subplot.isHovering(true); representation.showControls = true;" ng-mouseleave="subplot.isHovering(false)"> - - -
-
+ + +
+