]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #975
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 31 Jul 2017 17:47:57 +0000 (18:47 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 31 Jul 2017 17:47:57 +0000 (18:47 +0100)
CHANGELOG.md
sass/elements/table.sass

index 398a7c2d785af820760aa2dcad5830201f01e57a..8ac33c8aaeb87aa0d61def21459ab99a4da1e434 100644 (file)
@@ -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
 
index dd1b87b3d02d4df800bdf248073c50e17bd3af07..3c444647657bee1586b6b0bd43cd547fd38cd856 100755 (executable)
@@ -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