From: Jeremy Thomas Date: Mon, 31 Jul 2017 17:47:57 +0000 (+0100) Subject: Fix #975 X-Git-Tag: 0.5.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87a0741c5c5ef32fca0bc91c44e71ab90bfab761;p=thirdparty%2Fbulma.git Fix #975 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 398a7c2d7..8ac33c8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Issues closed +* #975 Variable `$table-head-color` isn't used * #964 Tabs sass file throwing error with `!important` * #949 `.is-size-7` helper is missing diff --git a/sass/elements/table.sass b/sass/elements/table.sass index dd1b87b3d..3c4446476 100755 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -6,7 +6,6 @@ $table-cell-border-width: 0 0 1px !default $table-cell-padding: 0.5em 0.75em !default $table-cell-heading-color: $text-strong !default -$table-head-color: $grey !default $table-head-cell-border-width: 0 0 2px !default $table-head-cell-color: $text-strong !default $table-foot-cell-border-width: 2px 0 0 !default