Skip to content

Commit

Permalink
Fix bug with cell actions/outline CSS variable color
Browse files Browse the repository at this point in the history
- cell actions bg color was missing on popover open - always defaulting to color primary fixes the issue
  • Loading branch information
cee-chen committed Nov 22, 2023
1 parent 19b1518 commit f58509d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/datagrid/_data_grid_data_row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
border-right-color: $euiBorderColor;
}

--euiDataGridCellOutlineColor: #{$euiColorPrimary};

&:hover,
&:focus {
--euiDataGridCellOutlineColor: #{$euiColorPrimary};
@include euiDataGridCellFocus;
}

Expand Down

0 comments on commit f58509d

Please sign in to comment.