Skip to content

fix(ui): add cursor pointer to interactive elements#1012

Open
Bashamega wants to merge 2 commits intopingdotgg:mainfrom
Bashamega:cursor-pointer
Open

fix(ui): add cursor pointer to interactive elements#1012
Bashamega wants to merge 2 commits intopingdotgg:mainfrom
Bashamega:cursor-pointer

Conversation

@Bashamega
Copy link
Contributor

@Bashamega Bashamega commented Mar 13, 2026

What Changed

I have specified the pointer cursor for interactive elements

Why

Previously, most of the interactive elements had the default cursor; sometimes by default, sometimes Tailwind overrides it.

UI Changes

Don't know how to capture the cursor 🤣

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes
    closes Cursor is not switching to a pointer #416

Note

Add cursor-pointer to interactive UI elements across chat, sidebar, and settings

Adds cursor-pointer to buttons, menu items, and clickable list items that were missing the style, including the chat submit button, sidebar thread items and new-thread action, theme option buttons in settings, and menu/select primitives.

Macroscope summarized 26be944.

@coderabbitai
Copy link

coderabbitai bot commented Mar 13, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 38cc156c-82da-4031-9059-ed42ce6afd1e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.

Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present.

@github-actions github-actions bot added size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cursor is not switching to a pointer

1 participant