[Convai Widget] Fix button cursor style#896
Merged
giannagerton merged 2 commits intoJul 22, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Convai Widget’s button styling so interactive buttons consistently show the pointer cursor, aligning the UI affordance with the actual click behavior.
Changes:
- Add
cursor-pointerto the coreButtoncomponent base classes. - Add
cursor-pointerto the widget expand button. - Add
cursor-pointerto the pending file remove (“x”) button.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/convai-widget-core/src/widget/PendingFilePreview.tsx | Ensures the remove-file icon button displays a pointer cursor on hover. |
| packages/convai-widget-core/src/components/ExpandButton.tsx | Ensures the expand/open-chat button displays a pointer cursor on hover. |
| packages/convai-widget-core/src/components/Button.tsx | Makes the shared Button component display a pointer cursor by default for interactive states. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aarkalyk
force-pushed
the
aarkalyk/AP-2416-fix-widget-button-hover-styles
branch
from
July 22, 2026 08:45
ed109bf to
23c0422
Compare
|
@aarkalyk Maybe instead of adding |
aarkalyk
force-pushed
the
aarkalyk/AP-2416-fix-widget-button-hover-styles
branch
from
July 22, 2026 16:30
847a3a3 to
6621568
Compare
giannagerton
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the styling on the Convai Widget buttons.
Screenshots
Note
Low Risk
Cosmetic CSS only; no auth, data, or logic changes.
Overview
Convai Widget buttons now show a pointer cursor on hover by setting
cursor: pointeronbuttonelements inside the widget host styles (index.css).Includes a minor indentation-only change in
Button.tsx(no behavior change).Reviewed by Cursor Bugbot for commit 6621568. Bugbot is set up for automated code reviews on this repo. Configure here.