[Frontend] Remove unnecessary export button styles

This commit is contained in:
David Hudson 2016-09-09 12:06:42 +09:00
parent da23bba392
commit c6caae8647

View File

@ -22,27 +22,12 @@
.abs.holder-plot {
// Fend off the scrollbar when less than min-height;
right: $interiorMargin;
.s-button.t-export {
@include trans-prop-nice(opacity, $dur: 50ms);
opacity: 0;
}
.gl-plot {
@include trans-prop-nice(top, $dur: 150ms, $delay: 50ms);
top: 0;
}
&:hover {
.s-button.t-export {
@include trans-prop-nice(opacity, 150ms, 100ms);
opacity: 1;
}
}
}
.gl-plot {
color: $colorPlotFg;
font-size: 0.7rem;
position: absolute;
position: relative;
width: 100%;
height: 100%;
min-height: $plotMinH;