Integrated historic and realtime telemetry in imagery timeline view, added sass constast for timeline hover color

This commit is contained in:
Preston Crowe
2017-06-23 13:04:22 -07:00
committed by Pete Richards
parent 9f4f771774
commit 95e68fce57
7 changed files with 134 additions and 23 deletions

View File

@@ -83,7 +83,7 @@
.l-image-thumbs-wrapper {
//@include test(green);
direction: rtl;
//direction: rtl;
overflow-x: auto;
overflow-y: hidden;
padding-bottom: $interiorMargin;
@@ -114,7 +114,7 @@
width: $imageThumbsD + $imageThumbPad*2;
white-space: normal;
&:hover {
background: rgba(#fff, 0.2);
background: $colorThumbHoverBg;
.l-date,
.l-time {
color: #fff;