diff --git a/platform/features/conductor-v2/res/sass/_time-conductor-base.scss b/platform/features/conductor-v2/res/sass/_time-conductor-base.scss index 5d26ed6f154..9285dedf3db 100644 --- a/platform/features/conductor-v2/res/sass/_time-conductor-base.scss +++ b/platform/features/conductor-v2/res/sass/_time-conductor-base.scss @@ -222,11 +222,13 @@ .l-time-conductor-zoom-w { @include justify-content(flex-end); .time-conductor-zoom { + display: none; // TEMP per request from Andrew 8/1/16 height: $r3H; min-width: 100px; width: 20%; } .time-conductor-zoom-current-range { + display: none; // TEMP per request from Andrew 8/1/16 color: $colorTick; } }