You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
How could it be implemented/designed?
Update the CSS for the language selector element to include cursor: pointer; on hover.
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.
@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.
anshgoyalevil
changed the title
[FEATURE] Add Pointer Cursor on Hover over Language Selector
[FEATURE] Add Pointer Cursor on Hover over Selector
Nov 7, 2024
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
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?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: