UI fixes for NIRVSS #170 (#3141)

* UI fixes for NIRVSS client #170
This commit is contained in:
Charles Hacskaylo 2020-06-30 16:12:28 -07:00 committed by GitHub
parent 4ecd264d93
commit 4411bb0a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 21 deletions

View File

@ -114,25 +114,6 @@ mct-plot {
.plot-wrapper-axis-and-display-area {
position: relative;
flex: 1 1 auto;
.l-state-indicators {
color: $colorPausedBg;
position: absolute;
display: block;
font-size: 1.5em;
pointer-events: none;
top: $interiorMarginSm;
left: $interiorMarginSm;
z-index: 2;
> * + * {
margin-left: $interiorMarginSm;
}
.t-alert-unsynced {
display: none;
}
}
}
.gl-plot-wrapper-display-area-and-x-axis {
@ -294,6 +275,25 @@ mct-plot {
right: $m;
}
}
.l-state-indicators {
color: $colorPausedBg;
position: absolute;
display: block;
font-size: 1.5em;
pointer-events: none;
top: $interiorMarginSm;
left: $interiorMarginSm;
z-index: 2;
> * + * {
margin-left: $interiorMarginSm;
}
.t-alert-unsynced {
display: none;
}
}
}
.gl-plot-display-area,
@ -432,6 +432,7 @@ mct-plot {
&__wrapper {
// Holds view-control and both collapsed and expanded legends
flex: 1 1 auto;
overflow: auto; // Prevents collapsed legend from forcing scrollbars on higher parent containers
}
&__view-control {

View File

@ -893,7 +893,7 @@ body.desktop {
.grid-row {
.grid-cell {
padding: 3px $interiorMarginLg 3px 0;
&[title] {
&[title]:not([title=""]) {
// When a cell has a title, assume it's helpful text
cursor: help;
}

View File

@ -143,7 +143,7 @@
&__label {
color: $colorInspectorPropName;
&[title] {
&[title]:not([title=""]) {
// When a cell has a title, assume it's helpful text
cursor: help;
}