Skip to content

Commit 512d7af

Browse files
committed
Add hover class for NGX-USWDS table
1 parent 7578acc commit 512d7af

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)