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