mirror of
https://github.com/nasa/openmct.git
synced 2025-06-02 07:30:49 +00:00
[Frontend] Removed export buttons from objects when in layout
Fixes #1202 CSS modded
This commit is contained in:
parent
e0b6986851
commit
3c72eea9ef
@ -31,23 +31,10 @@
|
|||||||
.has-control-bar {
|
.has-control-bar {
|
||||||
$btnExportH: $btnFrameH;
|
$btnExportH: $btnFrameH;
|
||||||
.l-control-bar {
|
.l-control-bar {
|
||||||
@include trans-prop-nice(opacity, $dur: 50ms);
|
display: none;
|
||||||
opacity: 0;
|
|
||||||
}
|
}
|
||||||
.l-view-section {
|
.l-view-section {
|
||||||
@include trans-prop-nice(top, $dur: 150ms, $delay: 50ms);
|
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
&:hover {
|
|
||||||
.l-control-bar {
|
|
||||||
@include trans-prop-nice(opacity, 150ms, 100ms);
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.l-view-section {
|
|
||||||
@include trans-prop-nice(top, $dur: 150ms);
|
|
||||||
top: $btnExportH + $interiorMargin;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user