From: Philip White Date: Mon, 6 Nov 2017 12:35:05 +0000 (+0000) Subject: Allow is-selected class on and tags (#1380) X-Git-Tag: 0.6.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fed27a83d83435b0c8130f71933fcbedff342bf;p=thirdparty%2Fbulma.git Allow is-selected class on and tags (#1380) * Allow is-active class on and tags * Fix incorrect selectors --- 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