]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Show all th for $show-header-for-stacked 10051/head
authorBrian Neal <bgneal@gmail.com>
Fri, 19 May 2017 00:56:22 +0000 (19:56 -0500)
committerBrian Neal <bgneal@gmail.com>
Fri, 19 May 2017 00:56:22 +0000 (19:56 -0500)
Issue #8512.
Show all th tags for table.stack when $show-header-for-stacked is true.

scss/components/_table.scss

index 92e3ac652ce68681ad68f57655019d5c806661b0..fc967df3da99e2ee9d08d36c7f156f0e192edab4 100644 (file)
@@ -275,12 +275,8 @@ $table-stack-breakpoint: medium !default;
 @mixin table-stack($header: $show-header-for-stacked) {
   @if $header {
     thead {
-      th:first-child {
-        display: block;
-      }
-
       th {
-        display: none;
+        display: block;
       }
     }
   }