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

Disabled buttons still showing cursor as pointer #29

Open
PRO-2684 opened this issue Oct 21, 2024 · 0 comments
Open

Disabled buttons still showing cursor as pointer #29

PRO-2684 opened this issue Oct 21, 2024 · 0 comments

Comments

@PRO-2684
Copy link

Disabled buttons still showing cursor as pointer. Besides, you can notice the mutation from not-allowed to pointer, which is kinda annoying.

ezgif-2-ddea192a87.mp4

I suppose removing this piece of code should fix it:

button:hover {
cursor: var(--cursor-link);
}

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