fix(ImgViewer): Set the zoom-out cursor correctly for images in the preview

This commit is contained in:
haitaoo 2023-02-28 11:36:09 +08:00
parent 7243df724d
commit 53a42683c3
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ a {
} }
.cursor-zoom-out { .cursor-zoom-out {
cursor: zoom-out; cursor: zoom-out !important;
} }
img:not(a img, img.broken) { img:not(a img, img.broken) {