From 4eaa4bee50df2a0a75406e2a2b808ff0551fad98 Mon Sep 17 00:00:00 2001 From: Nathan Gingrich Date: Wed, 18 Oct 2017 05:36:39 -0400 Subject: [PATCH] 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 --- sass/elements/table.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2