Skip to content

Commit

Permalink
fix(ionReorder): stop icon from hiding on reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Feb 12, 2015
1 parent 9a88c41 commit c5b35ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit c5b35ee

Please sign in to comment.