chore(touchaction): use autoprefixer to add -ms-

This commit is contained in:
Adam Bradley
2016-03-05 21:59:26 -06:00
parent b24dc27e0b
commit a0b5ca15dc
2 changed files with 0 additions and 2 deletions

View File

@ -140,7 +140,6 @@ button ion-label,
[tappable] ion-label, [tappable] ion-label,
input, input,
textarea { textarea {
-ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
} }

View File

@ -66,7 +66,6 @@ body {
padding: 0; padding: 0;
word-wrap: break-word; word-wrap: break-word;
-ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
-webkit-user-drag: none; -webkit-user-drag: none;