Skip to content

fix(grid): fix ghost row styles#17145

Open
didimmova wants to merge 4 commits intomasterfrom
didimmova/fix-ghost-row-styles
Open

fix(grid): fix ghost row styles#17145
didimmova wants to merge 4 commits intomasterfrom
didimmova/fix-ghost-row-styles

Conversation

@didimmova
Copy link
Copy Markdown
Contributor

Closes #16861

Test with this theming PR

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@didimmova didimmova requested a review from desig9stein April 1, 2026 14:29
Copilot AI review requested due to automatic review settings April 1, 2026 14:29
@didimmova didimmova added ❌ status: awaiting-test PRs awaiting manual verification ✨ themes grid labels Apr 1, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts Ignite UI for Angular grid theming to improve the visual styling of the row-drag “ghost” row (per #16861), with a focus on making the ghost row’s outline/styling themeable.

Changes:

  • Adds a themed border to the grid ghost row (%igx-grid__tr--ghost).
  • Exposes a new CSS variable/token mapping for the ghost row border color via css-vars.

didimmova and others added 2 commits April 2, 2026 08:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

…/_grid-theme.scss

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

grid ✨ themes ❌ status: awaiting-test PRs awaiting manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grid dragged row colors are off

3 participants