mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
also transform .item-left-edit w/ .item-left-editing parent
This commit is contained in:
@@ -614,7 +614,8 @@ button.item-button-right:after,
|
||||
}
|
||||
}
|
||||
|
||||
.list-left-editing .item-left-edit {
|
||||
.list-left-editing .item-left-edit,
|
||||
.item-left-editing .item-left-edit {
|
||||
@include translate3d($item-delete-icon-left, 0, 0);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user