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:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user