diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffc85fbbb0..be69b7c0b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Added a new `colorPalette` service for retrieving and generating color arrays for use in charts ([#1209](https://github.com/elastic/eui/pull/1209)) - Added `1` as a valid value for the `columns` prop in `EuiFlexGrid` ([#1210](https://github.com/elastic/eui/pull/1210)) +- Use `cursor: pointer` to indicate clickable `EuiTable` rows ([#1213](https://github.com/elastic/eui/pull/1213)) ## [`4.2.0`](https://github.com/elastic/eui/tree/v4.2.0) diff --git a/src/components/table/_table.scss b/src/components/table/_table.scss index 160310b3791..50c7ac72821 100644 --- a/src/components/table/_table.scss +++ b/src/components/table/_table.scss @@ -232,6 +232,7 @@ .euiTableRow-isClickable { &:hover { background-color: $euiTableHoverClickableColor; + cursor: pointer; } &:focus {