Skip to content

Commit 4d1a03d

Browse files
authored
Merge pull request #563 from GSA/IAEMOD-3524
Add hover class for NGX-USWDS table
2 parents 99c05a6 + 512d7af commit 4d1a03d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/stylesheets/components/_table.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ $sds-table-border: "1px";
125125
background: inherit;
126126
}
127127

128-
tr.sds-table__row--hovered{
128+
tr.sds-table__row--hovered,
129+
tr.usa-table__row--hovered{
129130
td{
130131
@include u-bg('base-light', !important);
131132
cursor: pointer;

0 commit comments

Comments
 (0)