/* enable row hover for full width rows, since it is not applied by default */
.ag-full-width-row.ag-row-hover {
  background-color: var(--ag-row-hover-color);
}
