From c3906470520a2f6cf6d9fd4cd46af8866edb55c8 Mon Sep 17 00:00:00 2001 From: Brian Neal Date: Thu, 18 May 2017 19:56:22 -0500 Subject: [PATCH] Show all th for $show-header-for-stacked Issue #8512. Show all th tags for table.stack when $show-header-for-stacked is true. --- scss/components/_table.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 92e3ac652..fc967df3d 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -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; } } } -- 2.47.2