Merge pull request #1203 from nasa/open1202

[Frontend] Removed Export buttons from objects when in a Layout
This commit is contained in:
Andrew Henry 2016-09-23 10:20:47 -07:00 committed by GitHub
commit e3e7bd27e9

View File

@ -31,23 +31,10 @@
.has-control-bar {
$btnExportH: $btnFrameH;
.l-control-bar {
@include trans-prop-nice(opacity, $dur: 50ms);
opacity: 0;
display: none;
}
.l-view-section {
@include trans-prop-nice(top, $dur: 150ms, $delay: 50ms);
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;
}
}
}
}