Skip to content

Commit

Permalink
Fix header hover style for first-of-type cells
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed Aug 20, 2024
1 parent 79d5ae6 commit b463dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ag-grid-theme/css/salt-ag-grid-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ div[class*="ag-theme-salt"] .ag-floating-filter input[class^="ag-"][type="number
}

div[class*="ag-theme-salt"] .ag-header-cell:not(.ag-column-resizing) + .ag-header-cell.ag-column-menu-visible:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
div[class*="ag-theme-salt"] .ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
div[class*="ag-theme-salt"] .ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving).ag-column-menu-visible:hover,
div[class*="ag-theme-salt"] .ag-header-cell.ag-column-menu-visible {
/* When menu is visible, change bg and fg */
background: var(--salt-actionable-secondary-background-active);
Expand Down

0 comments on commit b463dd2

Please sign in to comment.