Merge pull request #229 from answerdev/feat/1.0.6/ui

fix(ImgViewer): Set the zoom-out cursor correctly for images in the p…
This commit is contained in:
haitao.jarvis 2023-02-28 11:43:21 +08:00 committed by GitHub
commit 71b02e3d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 !important;
}
img:not(a img, img.broken) {