diff options
| author | Mark Otto <[email protected]> | 2021-09-13 22:02:37 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-13 22:02:37 -0600 |
| commit | 70533dcdb84484af4320817a4a36b47ddf0e56f9 (patch) | |
| tree | fc1b9f737f926af54b67eebfb75eb6a27b23b2cf /scss/_tables.scss | |
| parent | fde2544899f6728dea35591741662935d56b0362 (diff) | |
| parent | c9af4565fdc13eff025736e574ea10690fd21a39 (diff) | |
| download | bootstrap-split-vars-maps-import.tar.xz bootstrap-split-vars-maps-import.zip | |
Merge branch 'main' into split-vars-maps-importsplit-vars-maps-import
Diffstat (limited to 'scss/_tables.scss')
| -rw-r--r-- | scss/_tables.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index d474ad566..e10e4c4e4 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -39,8 +39,8 @@ } // Highlight border color between thead, tbody and tfoot. - > :not(:last-child) > :last-child > * { - border-bottom-color: $table-group-separator-color; + > :not(:first-child) { + border-top: (2 * $table-border-width) solid $table-group-separator-color; } } @@ -91,6 +91,10 @@ > :not(caption) > * > * { border-bottom-width: 0; } + + > :not(:first-child) { + border-top-width: 0; + } } // Zebra-striping |
