From 87a0741c5c5ef32fca0bc91c44e71ab90bfab761 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 31 Jul 2017 18:47:57 +0100 Subject: [PATCH] Fix #975 --- CHANGELOG.md | 1 + sass/elements/table.sass | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398a7c2d..8ac33c8a 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 dd1b87b3..3c444647 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