Skip to content

Commit 6bed12a

Browse files
authored
Merge pull request #541 from GSA/row-hover-fix
Add important to fix row hover issue
2 parents 101c590 + 48d4144 commit 6bed12a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

src/stylesheets/components/_table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $sds-table-border: "1px";
127127

128128
tr.sds-table__row--hovered{
129129
td{
130-
@include u-bg('base-light');
130+
@include u-bg('base-light', !important);
131131
cursor: pointer;
132132
}
133133
}

0 commit comments

Comments
 (0)