From 53a42683c3ac3d592ee1564bdc1d4bf4d4f1259a Mon Sep 17 00:00:00 2001 From: haitaoo Date: Tue, 28 Feb 2023 11:36:09 +0800 Subject: [PATCH] fix(ImgViewer): Set the zoom-out cursor correctly for images in the preview --- ui/src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/index.scss b/ui/src/index.scss index f98c1a16..40d2e5e6 100644 --- a/ui/src/index.scss +++ b/ui/src/index.scss @@ -121,7 +121,7 @@ a { } .cursor-zoom-out { - cursor: zoom-out; + cursor: zoom-out !important; } img:not(a img, img.broken) {