mirror of
https://github.com/nasa/openmct.git
synced 2025-05-10 04:22:53 +00:00
Merge pull request #1203 from nasa/open1202
[Frontend] Removed Export buttons from objects when in a Layout
This commit is contained in:
commit
e3e7bd27e9
@ -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