Skip to content

Commit

Permalink
chore(touchaction): use autoprefixer to add -ms-
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Mar 6, 2016
1 parent b24dc27 commit a0b5ca1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ionic/components/app/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ button ion-label,
[tappable] ion-label,
input,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}

Expand Down
1 change: 0 additions & 1 deletion ionic/components/app/structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ body {
padding: 0;
word-wrap: break-word;

-ms-touch-action: manipulation;
touch-action: manipulation;

-webkit-user-drag: none;
Expand Down

0 comments on commit a0b5ca1

Please sign in to comment.