File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -678,6 +678,7 @@ button.item.item-button-right {
678
678
width : $item-right-edit-open-width * 1.5 ;
679
679
height : 100% ;
680
680
background : inherit ;
681
+ padding-left : 20px ;
681
682
682
683
.button {
683
684
min-width : $item-right-edit-open-width ;
@@ -698,6 +699,7 @@ button.item.item-button-right {
698
699
@include translate3d ($item-right-edit-open-width / 2 , 0 , 0 );
699
700
& .visible {
700
701
display : block ;
702
+ z-index : $z-index-item-reorder ;
701
703
& .active {
702
704
opacity : 1 ;
703
705
@include translate3d (0 , 0 , 0 );
Original file line number Diff line number Diff line change @@ -660,6 +660,7 @@ $z-index-bar: 10 !default;
660
660
$z-index-bar-title : 0 !default ;
661
661
$z-index-bar-button : 1 !default ;
662
662
$z-index-item : 2 !default ;
663
+ $z-index-item-reorder : 3 !default ;
663
664
$z-index-item-checkbox : 3 !default ;
664
665
$z-index-item-drag : 0 !default ;
665
666
$z-index-item-edit : 0 !default ;
You can’t perform that action at this time.
0 commit comments