Skip to content

Commit

Permalink
Fix ag grid menu icon hover color in theme next (#4438)
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z authored Nov 25, 2024
1 parent b761b60 commit 8aa6868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ag-grid-theme/css/parts/ag-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ div[class*="ag-theme-salt"] .ag-chart-menu-icon:hover {
/* Button is the same size of icon, we're copying what ag quartz theme is doing */
box-shadow: 0 0 0 var(--salt-spacing-50) var(--salt-actionable-subtle-background-hover);
background-color: var(--salt-actionable-subtle-background-hover);
--ag-icon-font-color: var(--salt-actionable-subtle-foreground-hover);
--ag-icon-font-color-filter: var(--salt-actionable-subtle-foreground-hover);
--ag-icon-font-color-menu-alt: var(--salt-actionable-subtle-foreground-hover);
}

/* Make filter and menu icon apart, to accomodate hover effects above */
Expand Down

0 comments on commit 8aa6868

Please sign in to comment.