mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Fix #1236
This commit is contained in:
@@ -45,8 +45,6 @@ $table-striped-row-even-hover-background-color: $white-ter !default
|
||||
color: $table-cell-heading-color
|
||||
text-align: left
|
||||
tr
|
||||
&:hover
|
||||
background-color: $table-row-hover-background-color
|
||||
&.is-selected
|
||||
background-color: $table-row-active-background-color
|
||||
color: $table-row-active-color
|
||||
@@ -85,6 +83,16 @@ $table-striped-row-even-hover-background-color: $white-ter !default
|
||||
border-bottom-width: 1px
|
||||
&.is-fullwidth
|
||||
width: 100%
|
||||
&.is-hoverable
|
||||
tbody
|
||||
tr
|
||||
&:hover
|
||||
background-color: $table-row-hover-background-color
|
||||
&.is-striped
|
||||
tbody
|
||||
tr:not(.is-selected)
|
||||
&:hover
|
||||
background-color: $table-striped-row-even-hover-background-color
|
||||
&.is-narrow
|
||||
td,
|
||||
th
|
||||
@@ -94,5 +102,3 @@ $table-striped-row-even-hover-background-color: $white-ter !default
|
||||
tr:not(.is-selected)
|
||||
&:nth-child(even)
|
||||
background-color: $table-striped-row-even-background-color
|
||||
&:hover
|
||||
background-color: $table-striped-row-even-hover-background-color
|
||||
|
||||
Reference in New Issue
Block a user