mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 23:01:57 +08:00
flicker flixes
This commit is contained in:
@ -1,18 +0,0 @@
|
|||||||
|
|
||||||
// Globals
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
ion-app {
|
|
||||||
-webkit-user-drag: none;
|
|
||||||
-ms-content-zooming: none;
|
|
||||||
|
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
||||||
|
|
||||||
touch-action: manipulation;
|
|
||||||
|
|
||||||
font-smoothing: antialiased;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
|
|
||||||
text-size-adjust: none;
|
|
||||||
}
|
|
@ -10,6 +10,17 @@ body {
|
|||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
|
-webkit-user-drag: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
|
||||||
|
touch-action: manipulation;
|
||||||
|
|
||||||
|
font-smoothing: antialiased;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
|
||||||
|
text-size-adjust: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-app {
|
ion-app {
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
"components/app/z-index",
|
"components/app/z-index",
|
||||||
"components/app/flex-order",
|
"components/app/flex-order",
|
||||||
"components/app/normalize",
|
"components/app/normalize",
|
||||||
"components/app/globals",
|
|
||||||
"components/app/colors",
|
"components/app/colors",
|
||||||
"components/app/mixins/colors",
|
"components/app/mixins/colors",
|
||||||
"components/app/util",
|
"components/app/util",
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user