mirror of
https://github.com/nasa/openmct.git
synced 2025-05-21 17:57:39 +00:00
Closes #7936
- Sanding and shimming on imagery and events TS look and feel. - Fixed scrollbar issue in imagery TS view when thumb goes beyond the right edge of the time frame.
This commit is contained in:
parent
e6cb940ee7
commit
f163034e18
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
&__container {
|
&__container {
|
||||||
// Holds event lines
|
// Holds event lines
|
||||||
background: $colorPlotBg;
|
background-color: $colorPlotBg;
|
||||||
box-shadow: inset $colorPlotAreaBorder 0 0 0 1px; // Using box-shadow instead of border to not affect box size
|
//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;
|
||||||
}
|
}
|
||||||
|
@ -511,10 +511,12 @@
|
|||||||
.c-imagery-tsv {
|
.c-imagery-tsv {
|
||||||
$m: $interiorMargin;
|
$m: $interiorMargin;
|
||||||
@include abs();
|
@include abs();
|
||||||
|
// We need overflow: hidden this because an image thumb can extend to the right past the time frame edge
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&-container {
|
&-container {
|
||||||
background: $colorPlotBg;
|
background: $colorPlotBg;
|
||||||
box-shadow: inset $colorPlotAreaBorder 0 0 0 1px; // Using box-shadow instead of border to not affect box size
|
//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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user