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

Avoid interactive styles on non-interactive elements #37

Open
oliverjam opened this issue Feb 18, 2022 · 0 comments
Open

Avoid interactive styles on non-interactive elements #37

oliverjam opened this issue Feb 18, 2022 · 0 comments
Assignees

Comments

@oliverjam
Copy link

Your product images have a hover style that makes them look clickable:

.productImage:hover {
opacity: 70%;
cursor: pointer;
}

however images aren't clickable/interactive, so this is a bit misleading for the user. It works ok on the home page because the images are inside a link, but on the product page it looks like you can click the image (but nothing happens when you do). It would be better to apply these styles to the link, since that's the actually interactive element.

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

2 participants