feat(theme): improve img cursor (#661)

This commit is contained in:
pengzhanbo 2025-08-04 14:58:55 +08:00 committed by GitHub
parent b08401ee30
commit fde93517d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}