diff --git a/less/tables.less b/less/tables.less index c54b0129cbb75bb79be6956ed5cbc8241d2b34bb..e0a7a052d10f9ae30cf8c2c24cb2735ddd2cae39 100644 --- a/less/tables.less +++ b/less/tables.less @@ -51,6 +51,10 @@ th { > tbody + tbody { border-top: 2px solid @table-border-color; } + // Thead after tbody + > tbody + thead { + border-top: 2px solid $table-border-color; + } // Nesting .table {