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

Minor issue: cursor style over checkbox #13

Closed
Peque opened this issue Nov 15, 2021 · 2 comments
Closed

Minor issue: cursor style over checkbox #13

Peque opened this issue Nov 15, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Peque
Copy link
Contributor

Peque commented Nov 15, 2021

It seems the cursor is displayed as a pointer when hovering the right section of the checkbox. That is fine since the whole section is used to activate/deactivate the checkbox.

However, when hovering right over the checkbox, the cursor is displayed with the default style.

Hope you can reproduce it. I can with both Firefox and Chromium. 😊

@georgealways
Copy link
Owner

you are correct, good catch! there's a few little css fixes on my list and i'll add that as well

@georgealways georgealways added the bug Something isn't working label Nov 15, 2021
@awelles
Copy link

awelles commented Nov 15, 2021

In case it's helpful, this mod to line 43 in controllers.scss seems to fix that:

-       .controller.boolean .widget {
+       .controller.boolean .widget, input[type='checkbox'] {
                cursor: pointer;
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants