[Frontend] Merge mods for autoflow col width button
WTD-1404 WTD-1411
This commit is contained in:
@@ -27,6 +27,16 @@
|
|||||||
$valPad: 5px;
|
$valPad: 5px;
|
||||||
$rowH: 15px;
|
$rowH: 15px;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
.l-autoflow-header .l-btn.change-column-width {
|
||||||
|
@include trans-prop-nice-fade(50ms);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.l-autoflow-header {
|
.l-autoflow-header {
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
height: $headerH;
|
height: $headerH;
|
||||||
@@ -35,6 +45,10 @@
|
|||||||
span {
|
span {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.l-btn.change-column-width {
|
||||||
|
@include trans-prop-nice-fade(500ms);
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
.l-filter {
|
.l-filter {
|
||||||
margin-left: $interiorMargin;
|
margin-left: $interiorMargin;
|
||||||
input.t-filter-input {
|
input.t-filter-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user