Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Pointer for "Close" #1208

Open
ASchmidt1 opened this issue Oct 28, 2024 · 0 comments
Open

CSS Pointer for "Close" #1208

ASchmidt1 opened this issue Oct 28, 2024 · 0 comments

Comments

@ASchmidt1
Copy link

ASchmidt1 commented Oct 28, 2024

Hi,

currently the lightbox will show the "Zoom Out" pointer, while hovering over the "Close" button, or outside the image. Users have been confused by that, as the true result of clicking is not zooming, but rather to close the lightbox.

I'm suggesting to replace the current CSS declaration of:

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

with a custom pointer that uses the contextually correct, standard "close box" icon:

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: url( Pointer-CloseBox.svg ),
		url( Pointer-CloseBox.png ),
		pointer;
}

Thank you!
Andy

http://www.anamera.dev/wp-content/plugins/Anamera/public/images/Pointer-CloseBox.svg
http://www.anamera.dev/wp-content/plugins/Anamera/public/images/Pointer-CloseBox.png

Pointer-CloseBox
Pointer-CloseBox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant