mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Frontend] Remove styles that are no longer necessary
Issue #1164. Based on updates from 0457f7bee8
these styles
are no longer necessary and have been removed.
This commit is contained in:
parent
4517bd1356
commit
911ece7612
@ -20,8 +20,6 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
.abs.holder-plot {
|
.abs.holder-plot {
|
||||||
$btnExportH: $btnFrameH;
|
|
||||||
|
|
||||||
// Fend off the scrollbar when less than min-height;
|
// Fend off the scrollbar when less than min-height;
|
||||||
right: $interiorMargin;
|
right: $interiorMargin;
|
||||||
|
|
||||||
@ -38,20 +36,6 @@
|
|||||||
@include trans-prop-nice(opacity, 150ms, 100ms);
|
@include trans-prop-nice(opacity, 150ms, 100ms);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.gl-plot {
|
|
||||||
@include trans-prop-nice(top, $dur: 150ms);
|
|
||||||
top: $btnExportH + $interiorMargin;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.hide-l-btn-set {
|
|
||||||
.s-button.t-export {
|
|
||||||
@include trans-prop-nice(opacity, 0ms, 0ms);
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
.gl-plot {
|
|
||||||
@include trans-prop-nice(top, $dur: 0ms);
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user