Skip to content

Commit

Permalink
Merge pull request fat#21 from nielthiart/fix-cursor-update
Browse files Browse the repository at this point in the history
Fix to force cursor update after animation completes
  • Loading branch information
fat committed May 12, 2015
2 parents 24e7167 + 3360c78 commit 8fd507c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/zoom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ img.zoom-img {
filter: "alpha(opacity=100)";
opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
cursor: default;
}

0 comments on commit 8fd507c

Please sign in to comment.