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

[FEATURE] Add Pointer Cursor on Hover over Selector #3345

Closed
2 tasks done
anmolyadav-dev opened this issue Oct 29, 2024 · 3 comments · Fixed by #3346
Closed
2 tasks done

[FEATURE] Add Pointer Cursor on Hover over Selector #3345

anmolyadav-dev opened this issue Oct 29, 2024 · 3 comments · Fixed by #3346

Comments

@anmolyadav-dev
Copy link
Contributor

Why do we need this improvement?

Users expect a visual cue (like a pointer cursor) when hovering over interactive elements. The lack of this cue on the language selector may cause confusion, making users unsure if the language button is clickable.

How will this change help?

Adding a pointer cursor will improve usability by clearly indicating that the language selector is interactive, enhancing the user experience.

Screenshots

image

How could it be implemented/designed?

Update the CSS for the language selector element to include cursor: pointer; on hover.

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

Copy link

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@yuvrajbhatiofficial
Copy link

/assign

@anshgoyalevil
Copy link
Member

@anmolyadav-dev That's a nice addition.
Can you please search other dropdown elements in the website/codebase that do not have such a cursor pointer on hover, and add those changes as well to this PR.

Example: one such dropdown is on page https://www.asyncapi.com/tools/generator

@anshgoyalevil anshgoyalevil changed the title [FEATURE] Add Pointer Cursor on Hover over Language Selector [FEATURE] Add Pointer Cursor on Hover over Selector Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants