From: Nathan Gingrich Date: Wed, 18 Oct 2017 09:36:39 +0000 (-0400) Subject: Stop is-selected row from changing color on hoverable row (#1328) X-Git-Tag: 0.6.1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eaa4bee50df2a0a75406e2a2b808ff0551fad98;p=thirdparty%2Fbulma.git Stop is-selected row from changing color on hoverable row (#1328) * Stop is-selected row from changing color on hoverable row * fix whitespace modification causing full file diff * remove trailing newline --- diff --git a/sass/elements/table.sass b/sass/elements/table.sass index ec29c9fef..b7222e52f 100644 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -85,7 +85,7 @@ $table-striped-row-even-hover-background-color: $white-ter !default width: 100% &.is-hoverable tbody - tr + tr:not(.is-selected) &:hover background-color: $table-row-hover-background-color &.is-striped