Files
Adam Bradley 5e45f030d4 css fix
2015-05-12 10:17:25 -05:00

24 lines
420 B
SCSS

// Globals
// --------------------------------------------------
ion-app {
-webkit-user-drag: none;
-ms-content-zooming: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}