mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Update table.sass, fix color hover on striped rows
This commit is contained in:
committed by
Jeremy Thomas
parent
9691df1ab7
commit
0e51e3d29c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user