Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit c64c045

Browse files
committed
Popup: Remove discarded overlay keyframes (popup.css)
1 parent 515869b commit c64c045

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

css/structure/jquery.mobile.popup.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,11 @@
1818
.ui-popup-screen.in {
1919
opacity: 0.5;
2020
filter: Alpha(Opacity=50);
21-
-webkit-animation-name: popup-fadein;
22-
-moz-animation-name: popup-fadein;
2321
}
2422

2523
.ui-popup-screen.out {
2624
opacity: 0;
2725
filter: Alpha(Opacity=0);
28-
-webkit-animation-name: popup-fadeout;
29-
-moz-animation-name: popup-fadeout;
3026
}
3127

3228
.ui-popup-container {

0 commit comments

Comments
 (0)