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

Add pointer cursor to toggles #61

Open
jvolker opened this issue Oct 27, 2023 · 1 comment
Open

Add pointer cursor to toggles #61

jvolker opened this issue Oct 27, 2023 · 1 comment

Comments

@jvolker
Copy link

jvolker commented Oct 27, 2023

Currently, the toggles are using the default cursor. To improve the UX I changed them to "pointer". Might be good to implement this by default.

<style>
	:global(.cookieConsentOperations__Item:not(.disabled) input+label::before, .cookieConsentOperations__Item:not(.disabled) input+label::after) {
		cursor: pointer;
	}

</style>
@antony
Copy link
Member

antony commented Feb 12, 2024

I'm unsure what the correct type of cursor would be here, actually - but a pointer seems reasonable. If you want to open a PR for this change I'll merge it.

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