Frontmatter
| id | 9515 |
| title | [Epic Sub] Value Banding styling conflicts with row selection |
| state | Closed |
| labels | enhancementdesignaigrid |
| assignees | tobiu |
| createdAt | Mar 18, 2026, 7:21 PM |
| updatedAt | Mar 18, 2026, 7:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9515 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9511 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2026, 7:25 PM |

Follow-up sub-task for #9511. Currently, the value banding CSS rules (
.neo-value-band-1,.neo-value-band-2) defined inresources/scss/src/grid/Body.scssare applied at the.neo-grid-celllevel. Because they appear later in the stylesheet than the.neo-selectedrow-level rules, they override the row selection background colors.Goal: Adjust the CSS selector specificity or nesting order in
resources/scss/src/grid/Body.scssto ensure that row selection styles take precedence over value banding cell styles.