File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ img[data-action="zoom"] {
8
8
position : relative;
9
9
z-index : 666 ;
10
10
-webkit-transition : all 300ms ;
11
- -moz-transition : all 300ms ;
12
- -ms-transition : all 300ms ;
13
11
-o-transition : all 300ms ;
14
12
transition : all 300ms ;
15
13
}
@@ -28,18 +26,12 @@ img.zoom-img {
28
26
bottom : 0 ;
29
27
pointer-events : none;
30
28
filter : "alpha(opacity=0)" ;
31
- -khtml-opacity : 0 ;
32
- -moz-opacity : 0 ;
33
- opacity : 0 ;
29
+ opacity : 0 ;
34
30
-webkit-transition : opacity 300ms ;
35
- -moz-transition : -moz-opacity 300ms ;
36
- -ms-transition : opacity 300ms ;
37
31
-o-transition : opacity 300ms ;
38
32
transition : opacity 300ms ;
39
33
}
40
34
.zoom-overlay-open .zoom-overlay {
41
35
filter : "alpha(opacity=100)" ;
42
- -khtml-opacity : 1 ;
43
- -moz-opacity : 1 ;
44
- opacity : 1 ;
45
- }
36
+ opacity : 1 ;
37
+ }
You can’t perform that action at this time.
0 commit comments