Skip to content

fix(Table): show row hover gradient when only hoverActions is passed#3354

Open
Vyas106 wants to merge 2 commits intorazorpay:masterfrom
Vyas106:fix/table-hover-actions-gradient
Open

fix(Table): show row hover gradient when only hoverActions is passed#3354
Vyas106 wants to merge 2 commits intorazorpay:masterfrom
Vyas106:fix/table-hover-actions-gradient

Conversation

@Vyas106
Copy link
Copy Markdown

@Vyas106 Vyas106 commented Apr 28, 2026

Fixes #3281. This PR ensures that the hover actions linear gradient is visible even when onHover is not provided or when the row is disabled. This is done by applying the base gradient styles directly to the last cell when hover actions are present.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 28, 2026

🦋 Changeset detected

Latest commit: 3a9fffa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@razorpay/blade Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 28, 2026

✅ PR title follows Conventional Commits specification.

@codesandbox-ci
Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 3a9fffa:

Sandbox Source
razorpay/blade: basic Configuration

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.

Table: hoverAction doesn't have linear-gradient unless we also add onHover

1 participant