diff --git a/platform/commonUI/general/res/sass/controls/_time-of-interest.scss b/platform/commonUI/general/res/sass/controls/_time-of-interest.scss index 5ed7b96b4c0..9d5eca0c9fe 100644 --- a/platform/commonUI/general/res/sass/controls/_time-of-interest.scss +++ b/platform/commonUI/general/res/sass/controls/_time-of-interest.scss @@ -83,7 +83,7 @@ table { .gl-plot { .gl-plot-wrapper-display-area-and-x-axis { &:hover { - .l-toi-holder:not(.active) { + .l-toi-holder.hover { opacity: 1; } } diff --git a/platform/features/conductor-v2/conductor/res/sass/_time-conductor-base.scss b/platform/features/conductor-v2/conductor/res/sass/_time-conductor-base.scss index 7264be249d5..6e0e24a3f41 100644 --- a/platform/features/conductor-v2/conductor/res/sass/_time-conductor-base.scss +++ b/platform/features/conductor-v2/conductor/res/sass/_time-conductor-base.scss @@ -247,10 +247,10 @@ // Hide the cursor, because the TOI element essentially "becomes" the cursor // when the user is hovering over the visualization area. cursor: none; - .l-toi-holder { + .l-toi-holder.hover { opacity: 1; } - .l-toi-holder.pinned { + .l-toi-holder.pinned.active { opacity: 0.4; .l-toi-val { pointer-events: none; @@ -341,7 +341,7 @@ } &.pinned { - opacity: 1; + //opacity: 1; z-index: 2; // Get this above a non-pinned instance so user can access the remove "x" button. &.active { opacity: 1; diff --git a/platform/features/conductor-v2/conductor/res/templates/time-conductor.html b/platform/features/conductor-v2/conductor/res/templates/time-conductor.html index 8380881420f..275cdb7226b 100644 --- a/platform/features/conductor-v2/conductor/res/templates/time-conductor.html +++ b/platform/features/conductor-v2/conductor/res/templates/time-conductor.html @@ -103,15 +103,14 @@ - The pinned TOI must precede the non-pinned version in markup, so that we can hide the non-pinned TOI when hovering over the pinned one. --> -
2016-09-15 21:31:30.000Z
-
diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index a41e068c768..912ea2afb8f 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -87,7 +87,7 @@
-
diff --git a/platform/features/table/res/templates/mct-table.html b/platform/features/table/res/templates/mct-table.html index 87f6a4ae04a..e3f3b1c009d 100644 --- a/platform/features/table/res/templates/mct-table.html +++ b/platform/features/table/res/templates/mct-table.html @@ -50,6 +50,7 @@