fix(itemSliding): prevent click when tap to close

This commit is contained in:
Adam Bradley
2015-11-17 22:05:17 -06:00
parent 1e2a79ac4f
commit 00fc6453ea

View File

@ -32,6 +32,7 @@ ion-item-sliding.active-slide {
z-index: $z-index-item-options + 1;
opacity: 1;
transition: all 300ms cubic-bezier(0.36,0.66,0.04,1);
pointer-events: none;
}
ion-item-options {