mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #442
This commit is contained in:
@@ -5,6 +5,10 @@ $table-border: $grey-lighter !default
|
||||
$table-head: $grey !default
|
||||
|
||||
$table-row-hover-background: $white-bis !default
|
||||
|
||||
$table-row-active-background: $primary !default
|
||||
$table-row-active: $primary-invert !default
|
||||
|
||||
$table-row-even-background: $white-bis !default
|
||||
$table-row-even-hover-background: $white-ter !default
|
||||
|
||||
@@ -29,6 +33,16 @@ $table-row-even-hover-background: $white-ter !default
|
||||
tr
|
||||
&:hover
|
||||
background-color: $table-row-hover-background
|
||||
&.is-selected
|
||||
background-color: $table-row-active-background
|
||||
color: $table-row-active
|
||||
a,
|
||||
strong
|
||||
color: currentColor
|
||||
td,
|
||||
th
|
||||
border-color: $table-row-active
|
||||
color: currentColor
|
||||
thead
|
||||
td,
|
||||
th
|
||||
|
||||
Reference in New Issue
Block a user