Skip to content

Commit

Permalink
DataViews: add hover style to table rows (#57058)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Dec 14, 2023
1 parent 8c010bd commit d949e44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
&:last-child {
border-bottom: 0;
}

&:hover {
td {
background-color: #f8f8f8;
}
}
}
thead {
tr {
Expand Down

1 comment on commit d949e44

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in d949e44.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7208936185
📝 Reported issues:

Please sign in to comment.