mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
19 lines
311 B
SCSS
19 lines
311 B
SCSS
|
|
// 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;
|
|
}
|