This commit is contained in:
Adam Bradley
2015-03-23 07:36:41 -05:00
parent c3f6875538
commit 9619036844
2 changed files with 10 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
[ion-app] {
// User Interaction
// -------------------------
-webkit-user-drag: none;
-ms-content-zooming: none;
@@ -11,4 +9,14 @@
-ms-user-select: none;
user-select: none;
-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;
}

View File

@@ -20,11 +20,6 @@ $headings-line-height: 1.2 !default;
font-size: $font-size-base;
font-family: $font-family-base;
line-height: $line-height-computed;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: none;
text-size-adjust: none;
h1, h2, h3, h4, h5, h6 {
font-weight: $headings-font-weight;