Skip to content

Commit 3360c78

Browse files
committed
Limit zoom-out cursor to the zoomed image only
1 parent f95cd64 commit 3360c78

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css/zoom.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ img.zoom-img {
3535
filter: "alpha(opacity=100)";
3636
opacity: 1;
3737
}
38-
.zoom-overlay-open {
39-
cursor: pointer;
40-
cursor: -webkit-zoom-out;
41-
cursor: -moz-zoom-out;
42-
}
38+
.zoom-overlay-open,
4339
.zoom-overlay-transitioning {
4440
cursor: default;
4541
}

0 commit comments

Comments
 (0)