diff --git a/sass/elements/table.sass b/sass/elements/table.sass index b7222e52..edcaed8f 100644 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -41,6 +41,12 @@ $table-striped-row-even-hover-background-color: $white-ter !default &.is-narrow white-space: nowrap width: 1% + &.is-selected + background-color: $table-row-active-background-color + color: $table-row-active-color + a, + strong + color: currentColor th color: $table-cell-heading-color text-align: left