mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -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
|
tbody
|
||||||
tr:not(.is-selected)
|
tr:not(.is-selected)
|
||||||
&:hover
|
&: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
|
&.is-narrow
|
||||||
td,
|
td,
|
||||||
th
|
th
|
||||||
|
|||||||
Reference in New Issue
Block a user