This commit is contained in:
Jeremy Thomas 2017-07-31 18:47:57 +01:00
parent f78dbada20
commit 87a0741c5c
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
### Issues closed ### Issues closed
* #975 Variable `$table-head-color` isn't used
* #964 Tabs sass file throwing error with `!important` * #964 Tabs sass file throwing error with `!important`
* #949 `.is-size-7` helper is missing * #949 `.is-size-7` helper is missing

View File

@ -6,7 +6,6 @@ $table-cell-border-width: 0 0 1px !default
$table-cell-padding: 0.5em 0.75em !default $table-cell-padding: 0.5em 0.75em !default
$table-cell-heading-color: $text-strong !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-border-width: 0 0 2px !default
$table-head-cell-color: $text-strong !default $table-head-cell-color: $text-strong !default
$table-foot-cell-border-width: 2px 0 0 !default $table-foot-cell-border-width: 2px 0 0 !default