mirror of
https://github.com/nasa/openmct.git
synced 2025-06-10 19:31:42 +00:00
[Frontend] Hide zoom slider control
Fixes #933 Temporarily hiding per request from Andrew today;
This commit is contained in:
parent
c5c45f0a0e
commit
573f1f9f99
@ -222,11 +222,13 @@
|
|||||||
.l-time-conductor-zoom-w {
|
.l-time-conductor-zoom-w {
|
||||||
@include justify-content(flex-end);
|
@include justify-content(flex-end);
|
||||||
.time-conductor-zoom {
|
.time-conductor-zoom {
|
||||||
|
display: none; // TEMP per request from Andrew 8/1/16
|
||||||
height: $r3H;
|
height: $r3H;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
.time-conductor-zoom-current-range {
|
.time-conductor-zoom-current-range {
|
||||||
|
display: none; // TEMP per request from Andrew 8/1/16
|
||||||
color: $colorTick;
|
color: $colorTick;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user