mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
iOS transition gray out leaving view
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user