[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:
David Hudson 2016-09-08 11:03:36 +09:00
parent 4517bd1356
commit 911ece7612

View File

@ -20,8 +20,6 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
.abs.holder-plot {
$btnExportH: $btnFrameH;
// Fend off the scrollbar when less than min-height;
right: $interiorMargin;
@ -38,20 +36,6 @@
@include trans-prop-nice(opacity, 150ms, 100ms);
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;
}
}
}