We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45106a6 commit 9c58d47Copy full SHA for 9c58d47
scss/_platform.scss
@@ -2,7 +2,7 @@
2
/**
3
* Platform
4
* --------------------------------------------------
5
- * Platform specific tweaks when in Cordova.
+ * Platform specific tweaks
6
*/
7
8
.platform-ios7.platform-cordova {
@@ -26,7 +26,7 @@
26
top: $bar-height + $ios7-statusbar-height;
27
}
28
29
- .has-header,
+ .has-header,
30
.bar-subheader {
31
32
@@ -45,3 +45,9 @@
45
margin-bottom: 20px;
46
47
48
+
49
+.platform-android2:not(.enable-transitions) * {
50
+ // disable transitions on Android 2
51
+ -webkit-transition: none !important;
52
+ transition: none !important;
53
+}
0 commit comments