@carbon/ibm-products 2.43.2-canary.302 → 2.43.2-canary.303

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.
@@ -10564,6 +10564,9 @@ button.c4p--add-select__global-filter-toggle--open {
10564
10564
  background-color: var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32));
10565
10565
  }
10566
10566
 
10567
+ .c4p--datagrid__resizableColumn:hover {
10568
+ background-color: var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32));
10569
+ }
10567
10570
  .c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer {
10568
10571
  border-right: 0.125rem solid var(--cds-border-strong-01, #8d8d8d);
10569
10572
  background-color: var(--cds-background-selected-hover, rgba(141, 141, 141, 0.32));