@salt-ds/ag-grid-theme 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/ag-grid-theme",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/salt-ag-theme.css CHANGED
@@ -116,9 +116,11 @@ div[class*=ag-theme-salt] .ag-floating-filter input[class^=ag-][type=number] {
116
116
  height: calc(var(--salt-size-base) + var(--salt-spacing-100) - 4px);
117
117
  }
118
118
  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,
119
+ 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,
119
120
  div[class*=ag-theme-salt] .ag-header-cell.ag-column-menu-visible {
120
121
  background: var(--salt-actionable-secondary-background-active);
121
122
  color: var(--salt-actionable-secondary-foreground-active);
123
+ --ag-icon-font-color: var(--salt-actionable-secondary-foreground-active);
122
124
  }
123
125
  div[class*=ag-theme-salt] .ag-header-cell.ag-column-menu-visible .ag-icon {
124
126
  color: var(--salt-actionable-secondary-foreground-active);