Skip to content

Commit

Permalink
[Frontend] Hide zoom slider control
Browse files Browse the repository at this point in the history
Fixes #933
Temporarily hiding per request from Andrew
today;
  • Loading branch information
charlesh88 committed Aug 2, 2016
1 parent c5c45f0 commit 573f1f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 573f1f9

Please sign in to comment.