From 2fed27a83d83435b0c8130f71933fcbedff342bf Mon Sep 17 00:00:00 2001 From: Philip White Date: Mon, 6 Nov 2017 12:35:05 +0000 Subject: [PATCH] Allow is-selected class on and tags (#1380) * Allow is-active class on and tags * Fix incorrect selectors --- sass/elements/table.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sass/elements/table.sass b/sass/elements/table.sass index b7222e52f..edcaed8fe 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 -- 2.47.3