[Frontend] Merge mods for autoflow col width button

WTD-1404
WTD-1411
This commit is contained in:
Charles Hacskaylo 2015-06-30 15:51:22 -07:00
parent 2054dd8497
commit f03a9bcc08

View File

@ -27,6 +27,16 @@
$valPad: 5px;
$rowH: 15px;
font-size: 0.75rem;
&:hover {
.l-autoflow-header .l-btn.change-column-width {
@include trans-prop-nice-fade(50ms);
opacity: 1;
}
}
.l-autoflow-header {
bottom: auto;
height: $headerH;
@ -35,6 +45,10 @@
span {
vertical-align: middle;
}
.l-btn.change-column-width {
@include trans-prop-nice-fade(500ms);
opacity: 0;
}
.l-filter {
margin-left: $interiorMargin;
input.t-filter-input {