mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore(touchaction): use autoprefixer to add -ms-
This commit is contained in:
1
ionic/components/app/normalize.scss
vendored
1
ionic/components/app/normalize.scss
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user