Skip to content

fix: add cursor-pointer to database option buttons#1106

Open
cyphercodes wants to merge 1 commit intochartdb:mainfrom
cyphercodes:fix-cursor-pointer-db-options
Open

fix: add cursor-pointer to database option buttons#1106
cyphercodes wants to merge 1 commit intochartdb:mainfrom
cyphercodes:fix-cursor-pointer-db-options

Conversation

@cyphercodes
Copy link
Copy Markdown

Fixes #1084

Problem

When hovering over database options in the create diagram dialog, the cursor doesn't change to a pointer, making it unclear that the items are clickable.

Solution

Added cursor-pointer class to the toggle variants in toggle-variants.tsx. This ensures all toggle items (including database options) show the correct cursor on hover.

Changes

  • Added cursor-pointer to the base toggle variant classes

Testing

  • Verified the change compiles successfully
  • Ran linting (auto-fixed class ordering)
  • Tests pass (408 passed, 1 pre-existing failure unrelated to this change)

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 26, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@cyphercodes
Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

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.

When hovering on db options cursor doesn't change

1 participant