Skip to content

Commit

Permalink
Use pointer cursor when a EuiTable row is clickable. (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Sep 26, 2018
1 parent 584fdd2 commit aeeca09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions src/components/table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
.euiTableRow-isClickable {
&:hover {
background-color: $euiTableHoverClickableColor;
cursor: pointer;
}

&:focus {
Expand Down

0 comments on commit aeeca09

Please sign in to comment.