From fde93517d9ed5b0d53bbe8877125224ba8a0cb9d Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 4 Aug 2025 14:58:55 +0800 Subject: [PATCH] feat(theme): improve img cursor (#661) --- theme/src/client/styles/compat.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme/src/client/styles/compat.css b/theme/src/client/styles/compat.css index 2522adeb..3bb63d8e 100644 --- a/theme/src/client/styles/compat.css +++ b/theme/src/client/styles/compat.css @@ -32,3 +32,10 @@ margin-block: 8px; list-style: none; } + +/* ------------------ Plugin PhotoSwipe ------------------ */ +.vp-doc :not(a) > img.no-view, +.vp-doc :not(a) > img.ignore, +.vp-doc :not(a) > img[no-view] { + cursor: revert; +}