mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +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.
|
// 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;
|
border-top: (2 * $table-border-width) solid $table-group-separator-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user