mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +00:00
Merge branch 'issue/7957-adjustable-swimlane-size' into rodap-gumbo
This commit is contained in:
commit
1ccdd7dfb3
@ -20,7 +20,6 @@
|
|||||||
&__container {
|
&__container {
|
||||||
// Holds event lines
|
// Holds event lines
|
||||||
background-color: $colorPlotBg;
|
background-color: $colorPlotBg;
|
||||||
//box-shadow: inset $colorPlotAreaBorder 0 0 0 1px; // Using box-shadow instead of border to not affect box size
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: $m; right: 0; bottom: $m; left: 0;
|
top: $m; right: 0; bottom: $m; left: 0;
|
||||||
}
|
}
|
||||||
@ -80,7 +79,6 @@
|
|||||||
.c-timeline__event-line--extended {
|
.c-timeline__event-line--extended {
|
||||||
@include abs();
|
@include abs();
|
||||||
width: $eventLineW;
|
width: $eventLineW;
|
||||||
opacity: 0.4;
|
|
||||||
|
|
||||||
&.--hilite {
|
&.--hilite {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__overlay-lines {
|
&__overlay-lines {
|
||||||
//background: rgba(deeppink, 0.2);
|
|
||||||
@include abs();
|
@include abs();
|
||||||
|
opacity: 0.5;
|
||||||
top: 20px; // Offset down to line up with time axis ticks line
|
top: 20px; // Offset down to line up with time axis ticks line
|
||||||
pointer-events: none; // Allows clicks to pass through
|
pointer-events: none; // Allows clicks to pass through
|
||||||
z-index: 10; // Ensure it sits atop swimlanes
|
z-index: 10; // Ensure it sits atop swimlanes
|
||||||
|
@ -32,11 +32,10 @@
|
|||||||
$c: $colorTimeRealtimeBtnBgMajor;
|
$c: $colorTimeRealtimeBtnBgMajor;
|
||||||
$w: 13px;
|
$w: 13px;
|
||||||
$wHalf: math.floor(math.div($w, 2));
|
$wHalf: math.floor(math.div($w, 2));
|
||||||
//$h: 5px;
|
|
||||||
//$hHalf: math.floor(math.div($h, 2));
|
|
||||||
$transform: translateX(($wHalf - 1) * -1);
|
$transform: translateX(($wHalf - 1) * -1);
|
||||||
|
|
||||||
border-right: 2px dashed $c;
|
border-right: 2px dashed $c;
|
||||||
|
opacity: 0.5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user