Update table.sass, fix color hover on striped rows
This commit is contained in:
parent
9691df1ab7
commit
0e51e3d29c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue