Skip to content

Commit

Permalink
Merge pull request #563 from GSA/IAEMOD-3524
Browse files Browse the repository at this point in the history
Add hover class for NGX-USWDS table
  • Loading branch information
cwolf10 authored Aug 22, 2022
2 parents 99c05a6 + 512d7af commit 4d1a03d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stylesheets/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ $sds-table-border: "1px";
background: inherit;
}

tr.sds-table__row--hovered{
tr.sds-table__row--hovered,
tr.usa-table__row--hovered{
td{
@include u-bg('base-light', !important);
cursor: pointer;
Expand Down

0 comments on commit 4d1a03d

Please sign in to comment.