@@ -637,12 +637,6 @@ button.item.item-button-right {
637
637
@include translate3d ($item-left-edit-open-width , 0 , 0 );
638
638
}
639
639
640
- .list-right-editing .item-right-editable .item-content ,
641
- .item-right-editing.item-right-editable .item-content {
642
- // actively editing the left side of the item
643
- @include translate3d (- $item-right-edit-open-width , 0 , 0 );
644
- }
645
-
646
640
.item-remove-animate {
647
641
& .ng-leave {
648
642
@include transition-duration ( $item-remove-transition-duration );
@@ -731,11 +725,11 @@ button.item.item-button-right {
731
725
// -------------------------------
732
726
733
727
.item-right-edit {
734
- @include transition (all $item-edit-transition-function $item-edit-transition-duration / 2 );
728
+ @include transition (all $item-edit-transition-function $item-edit-transition-duration );
735
729
position : absolute ;
736
730
top : 0 ;
737
731
right : 0 ;
738
- z-index : 0 ;
732
+ z-index : $z-index-item-reorder ;
739
733
width : $item-right-edit-open-width * 1.5 ;
740
734
height : 100% ;
741
735
background : inherit ;
@@ -755,21 +749,17 @@ button.item.item-button-right {
755
749
}
756
750
}
757
751
758
- display : none ;
752
+ display : block ;
759
753
opacity : 0 ;
760
- @include translate3d ($item-right-edit-open-width / 2 , 0 , 0 );
754
+ @include translate3d ($item-right-edit-open-width * 1.5 , 0 , 0 );
761
755
& .visible {
762
756
display : block ;
763
- z-index : $z-index-item-reorder ;
764
757
& .active {
765
758
opacity : 1 ;
766
759
@include translate3d (0 , 0 , 0 );
767
760
}
768
761
}
769
762
}
770
- .list-right-editing .item-right-edit {
771
- @include transition-delay ($item-edit-transition-duration / 2 );
772
- }
773
763
774
764
775
765
// Item Reordering (Right side edit button)
0 commit comments