Skip to content

Commit c71ae9d

Browse files
author
scottjehl
committed
z-index no longer required during transitions
1 parent 9f3c58c commit c71ae9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css/structure/jquery.mobile.transitions.fade.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
}
2020

2121
.fade.out {
22-
z-index: 0;
2322
opacity: 0;
2423
-webkit-animation-duration: 125ms;
2524
-webkit-animation-name: fadeout;
@@ -29,7 +28,6 @@
2928

3029
.fade.in {
3130
opacity: 1;
32-
z-index: 10;
3331
-webkit-animation-duration: 225ms;
3432
-webkit-animation-name: fadein;
3533
-moz-animation-duration: 225ms;

0 commit comments

Comments
 (0)