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

Change cursor to pointer when hovering buttons #7

Closed
danielwerg opened this issue Jun 11, 2024 · 1 comment
Closed

Change cursor to pointer when hovering buttons #7

danielwerg opened this issue Jun 11, 2024 · 1 comment

Comments

@danielwerg
Copy link

I tried:

button {
  cursor: pointer;
}

But that breaks everything, and turns colors gray. I guess it is gtk issue/limitation? Is there a way to change cursor somehow else?

@AMNatty
Copy link
Owner

AMNatty commented Feb 3, 2025

I don't think this can be fixed using CSS, implemented a code solution in dd8a9bf, it'll appear in the next release

@AMNatty AMNatty closed this as completed Feb 3, 2025
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