fix(ag-grid-angular-theme): transparent checkbox states color (#DS-5308) - #210
Conversation
|
Warning Review limit reached
Next review available in: 113 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (10)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughCheckbox styles now separate background and icon-fill colors. Standard and column-menu checkboxes define explicit checked, indeterminate, and disabled states with full opacity and inset borders. ChangesCheckbox Styling
Estimated code review effort: 2 (Simple) | ~10 minutes Mergeability Score: ⚪ Minimal · up to This localized theme styling change is merge-ready after normal checks and review; no actionable merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Visit the preview URL for this PR (updated for commit 0adfbcc): https://data-grid-next--data-grid-pr-210-yfhbzu0x.web.app (expires Sun, 16 Aug 2026 13:23:11 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: b9d49913f5b5988e9af8690a8b37f16143707448 |
There was a problem hiding this comment.
Pull request overview
Updates the @koobiq/ag-grid-angular-theme checkbox styling to avoid transparent/unclear checkbox states by separating checkbox background vs icon fill and improving checked/indeterminate/disabled visuals (including the column menu).
Changes:
- Introduced separate CSS custom properties for checkbox background and icon fill, and applied explicit
background-colorfor checkbox wrappers. - Updated checked/indeterminate SVG masks to icon-only glyphs and set their backgrounds to the state color with white icons.
- Refined disabled checkbox appearance by applying disabled background/icon colors and adding an inset border.
Suppressed comments (1)
packages/ag-grid-angular-theme/src/theme.scss:1295
- Hard-coded
1pxfor the disabled column-menu checkbox inset border can get out of sync with the theme’s border width token. Prefervar(--kbq-size-border-width)to keep sizing consistent across the theme.
cursor: not-allowed;
box-shadow: inset 0 0 0 1px var(--kbq-states-line-disabled);
}
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
3012eaa to
0adfbcc
Compare
Summary by CodeRabbit