diff --git a/src/components/app/ionic.scss b/src/components/app/ionic.scss index 0531e9a8fe..d0b88d3667 100644 --- a/src/components/app/ionic.scss +++ b/src/components/app/ionic.scss @@ -50,7 +50,6 @@ "../button/extensions/ios", "../card/extensions/ios", "../checkbox/extensions/ios", - "../content/extensions/ios", "../list/extensions/ios", "../item/extensions/ios", "../radio/extensions/ios", diff --git a/src/components/button/button.scss b/src/components/button/button.scss index ad04e75d9b..6dae05e4a4 100644 --- a/src/components/button/button.scss +++ b/src/components/button/button.scss @@ -51,6 +51,7 @@ $button-small-icon-size: 2.1rem !default; outline: none; cursor: pointer; + @include user-select(none); &:after { // used to create a larger button "hit" area diff --git a/src/components/content/extensions/ios.scss b/src/components/content/extensions/ios.scss deleted file mode 100644 index ba9d2ca090..0000000000 --- a/src/components/content/extensions/ios.scss +++ /dev/null @@ -1,10 +0,0 @@ - -// iOS Content -// -------------------------------------------------- - -$content-ios-background-color: #efeff4 !default; - - -.view-ios .pane-container { - background-color: $content-ios-background-color; -} diff --git a/src/components/tabs/tabs.js b/src/components/tabs/tabs.js index ee1c005f8f..1601d192fa 100644 --- a/src/components/tabs/tabs.js +++ b/src/components/tabs/tabs.js @@ -10,12 +10,13 @@ import {IonicComponent} from 'ionic2/config/component' @Template({ inline: `