mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(itemSliding): prevent click when tap to close
This commit is contained in:
@ -32,6 +32,7 @@ ion-item-sliding.active-slide {
|
|||||||
z-index: $z-index-item-options + 1;
|
z-index: $z-index-item-options + 1;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: all 300ms cubic-bezier(0.36,0.66,0.04,1);
|
transition: all 300ms cubic-bezier(0.36,0.66,0.04,1);
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-item-options {
|
ion-item-options {
|
||||||
|
Reference in New Issue
Block a user