Skip to content

Commit 0129410

Browse files
committed
fix(touchaction): apply to child touch elements
1 parent ecfecc9 commit 0129410

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ionic/components/app/normalize.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,20 @@ input[type="submit"] {
124124

125125
// remove 300ms delay
126126
a,
127+
a div,
128+
a span,
129+
a ion-icon,
130+
a ion-label,
127131
button,
132+
button div,
133+
button span,
134+
button ion-icon,
135+
button ion-label,
128136
[tappable],
137+
[tappable] div,
138+
[tappable] span,
139+
[tappable] ion-icon,
140+
[tappable] ion-label,
129141
input,
130142
textarea {
131143
-ms-touch-action: manipulation;

0 commit comments

Comments
 (0)