Update table.sass, fix color hover on striped rows

This commit is contained in:
Jeff Parker, PE 2018-03-21 11:05:06 -05:00 committed by Jeremy Thomas
parent 9691df1ab7
commit 0e51e3d29c

View file

@ -98,7 +98,9 @@ $table-striped-row-even-hover-background-color: $white-ter !default
tbody
tr:not(.is-selected)
&:hover
background-color: $table-striped-row-even-hover-background-color
background-color: $table-row-hover-background-color
&:nth-child(even)
background-color: $table-striped-row-even-hover-background-color
&.is-narrow
td,
th