Skip to content

Commit 0e51e3d

Browse files
EEParkerjgthms
authored andcommitted
Update table.sass, fix color hover on striped rows
1 parent 9691df1 commit 0e51e3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sass/elements/table.sass

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ $table-striped-row-even-hover-background-color: $white-ter !default
9898
tbody
9999
tr:not(.is-selected)
100100
&:hover
101-
background-color: $table-striped-row-even-hover-background-color
101+
background-color: $table-row-hover-background-color
102+
&:nth-child(even)
103+
background-color: $table-striped-row-even-hover-background-color
102104
&.is-narrow
103105
td,
104106
th

0 commit comments

Comments
 (0)