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 and artemiomorales committed Jan 4, 2024
1 parent 39936f3 commit d8da3f7
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

0 comments on commit d8da3f7

Please sign in to comment.