2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix(tables): less naive table children separator

This commit is contained in:
Gaël Poupard
2021-10-14 17:12:39 +02:00
parent b991a6b851
commit 45a4c0c75d
+1 -1
View File
@@ -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;
}
}