$table-foot-cell-border-width: 2px 0 0 !default
$table-foot-cell-color: $text-strong !default
+$table-head-background-color: transparent !default
+$table-body-background-color: transparent !default
+$table-foot-background-color: transparent !default
+
$table-row-hover-background-color: $white-bis !default
$table-row-active-background-color: $primary !default
border-color: $table-row-active-color
color: currentColor
thead
+ background-color: $table-head-background-color
td,
th
border-width: $table-head-cell-border-width
color: $table-head-cell-color
tfoot
+ background-color: $table-foot-background-color
td,
th
border-width: $table-foot-cell-border-width
color: $table-foot-cell-color
tbody
+ background-color: $table-body-background-color
tr
&:last-child
td,