refactor(reorder): fix the styles on reorder for all modes

This commit is contained in:
Brandy Carney
2018-01-22 13:44:09 -05:00
parent 99f0a7f171
commit f47c5f9cf1

View File

@ -67,14 +67,6 @@
min-width: 1em;
}
.item-ios .reorder-icon {
font-size: 2em;
opacity: .4;
fill: currentColor;
}
.reorder[slot="start"] .reorder-icon {
@include transform(translate3d(-$reorder-initial-transform, 0, 0));
}
@ -82,3 +74,18 @@
.reorder-visible .reorder .reorder-icon {
@include transform(translate3d(0, 0, 0));
}
// Item Reorder
// --------------------------------------------------
.item .reorder[slot] {
@include margin(0);
}
.item .reorder-icon {
font-size: 2em;
opacity: .4;
fill: currentColor;
}