From aeeca095cd55b1c20e53497650b534ce4e361f89 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Wed, 26 Sep 2018 13:00:32 -0700 Subject: [PATCH] Use pointer cursor when a EuiTable row is clickable. (#1213) --- CHANGELOG.md | 1 + src/components/table/_table.scss | 1 + 2 files changed, 2 insertions(+) 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 {