Skip to content

updated stop generating button's cursor from text to pointer #1324

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

theriyasharma24
Copy link

@theriyasharma24 theriyasharma24 commented Mar 23, 2025

Fixes #1323

Motivation and Context

Currently, when hovering over the Stop generating button, the cursor appears as a text cursor (cursor: text) instead of a pointer (cursor: pointer). Since the button is clickable, this behavior is misleading and may suggest that the button is meant for text input rather than an interactive action.

Issue Snapshot-
Image

Description

I have updated the button's CSS to explicitly set cursor: pointer. This change contributes to better user experience across the UI.

After My Changes Snapshot-
image

Contribution Checklist

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.
  • I didn't break any existing functionality 😄

@theriyasharma24
Copy link
Author

Hello @sarah-widder, @anushree1808
Can you please review this PR? Thank you!

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

Successfully merging this pull request may close these issues.

Incorrect Cursor on "Stop generating" Button – Shows Text Cursor Instead of Pointer
1 participant