fix(ionReorder): stop icon from hiding on reorder

This commit is contained in:
mhartington
2015-02-12 10:32:56 -05:00
parent 9a88c4179d
commit c5b35eee97

View File

@@ -780,7 +780,7 @@ button.item.item-button-right {
box-shadow: 0px 0px 10px 0px #aaa;
.item-reorder {
z-index: 1;
z-index: $z-index-item-reordering;
}
}