This commit is contained in:
Jeremy Thomas
2017-04-15 17:08:30 +01:00
parent c9c5d89bc5
commit ab286400d1
4 changed files with 71 additions and 1 deletions

View File

@@ -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