fix(item): allow pointer-events within ion-item-content

Closes #917
This commit is contained in:
Adam Bradley
2016-01-12 10:10:41 -06:00
parent 141404f973
commit 309387bbbf

View File

@@ -66,13 +66,6 @@ ion-item-content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
pointer-events: none;
a,
button,
[tappable] {
pointer-events: auto;
}
}
[text-wrap] ion-item-content {