-
-
Notifications
You must be signed in to change notification settings - Fork 202
Style: DevRank Grid Selection Overrides Heatmap #9038
Copy link
Copy link
Closed
Labels
Description
Fix styling conflict in DevRank Grid where Heatmap colors override Row Selection.
Requirements:
- Row Selection Wins: When a row is selected (
.neo-selected), the selection background color must override any Heatmap cell background colors (.heatmap-cell-*). - Reset Text Styles: When a row is selected or hovered, reset
font-weightandtext-shadowto ensure readability against the selection/hover background. - Scope: Apply changes to
resources/scss/src/apps/devrank/GridContainer.scss.
Implementation Strategy:
- Use CSS nesting/specificity to target
.neo-selectedrows within.devrank-grid-container. - Define overrides for
.neo-grid-cellwhen inside a selected or hovered row.
Reactions are currently unavailable