diff --git a/ionic/components/app/structure.scss b/ionic/components/app/structure.scss index 0ffc9cbd2c..d2e5a6888e 100644 --- a/ionic/components/app/structure.scss +++ b/ionic/components/app/structure.scss @@ -41,6 +41,9 @@ $flex-order-tab-bar-bottom: 30 !default; * { box-sizing: border-box; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; } html { @@ -62,7 +65,6 @@ body { word-wrap: break-word; touch-action: manipulation; - -webkit-touch-callout: none; -webkit-user-drag: none; -ms-content-zooming: none; @@ -74,7 +76,6 @@ body { -moz-text-size-adjust: none; text-size-adjust: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); @include user-select-none(); } diff --git a/ionic/components/content/modes/ios.scss b/ionic/components/content/modes/ios.scss index 565a53bd7a..386161a2f3 100644 --- a/ionic/components/content/modes/ios.scss +++ b/ionic/components/content/modes/ios.scss @@ -8,3 +8,7 @@ $outer-content-md-background-color: #efeff4 !default; .outer-content { background: $outer-content-md-background-color; } + +ion-nav { + background: #000; +} diff --git a/ionic/components/toolbar/modes/ios.scss b/ionic/components/toolbar/modes/ios.scss index 4b73ad8f6e..7251257e19 100644 --- a/ionic/components/toolbar/modes/ios.scss +++ b/ionic/components/toolbar/modes/ios.scss @@ -35,6 +35,7 @@ $toolbar-ios-title-font-size: 1.7rem !default; [menu-toggle] { order: map-get($toolbar-order-ios, 'menu-toggle'); + cursor: pointer; } ion-title {