From: Jeff Parker, PE Date: Wed, 21 Mar 2018 16:05:06 +0000 (-0500) Subject: Update table.sass, fix color hover on striped rows X-Git-Tag: 0.7.2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e51e3d29c18ff61bd6ec000b5c608cc4136e650;p=thirdparty%2Fbulma.git Update table.sass, fix color hover on striped rows --- diff --git a/sass/elements/table.sass b/sass/elements/table.sass index a0cef12c6..a4c7e9bc9 100644 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -98,7 +98,9 @@ $table-striped-row-even-hover-background-color: $white-ter !default tbody tr:not(.is-selected) &:hover - background-color: $table-striped-row-even-hover-background-color + background-color: $table-row-hover-background-color + &:nth-child(even) + background-color: $table-striped-row-even-hover-background-color &.is-narrow td, th