diff --git a/src/stylesheets/components/_table.scss b/src/stylesheets/components/_table.scss index 61e3c533..244353e1 100644 --- a/src/stylesheets/components/_table.scss +++ b/src/stylesheets/components/_table.scss @@ -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;