diff --git a/scss/_tables.scss b/scss/_tables.scss index 30e898b58..d0e6727c5 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -41,7 +41,7 @@ } // Highlight border color between thead, tbody and tfoot. - > :not(:first-child) { + > :not(caption):not(colgroup) + * { border-top: (2 * $table-border-width) solid $table-group-separator-color; } }