mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +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%;
|
||||
margin: 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 {
|
||||
|
@ -13,7 +13,6 @@
|
||||
"components/app/z-index",
|
||||
"components/app/flex-order",
|
||||
"components/app/normalize",
|
||||
"components/app/globals",
|
||||
"components/app/colors",
|
||||
"components/app/mixins/colors",
|
||||
"components/app/util",
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user