flicker flixes

This commit is contained in:
Adam Bradley
2015-06-10 19:01:16 -05:00
parent 6e25490a7b
commit 5ccdf688ed
4 changed files with 12 additions and 20 deletions

View File

@ -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;
}

View File

@ -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 {

View File

@ -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