Skip to content

Commit 0f55a8f

Browse files
committed
Targetted the rule that suppresses the bottom border on the last <tr> of a table to only apply to the tbody.
1 parent 866162c commit 0f55a8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-module/default.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,12 @@ table.descdef tr:first-child {
373373

374374
}
375375

376-
table.propdef tr:last-child th,
377-
table.propdef-extra tr:last-child th,
378-
table.descdef tr:last-child th,
379-
table.propdef tr:last-child td,
380-
table.propdef-extra tr:last-child td,
381-
table.descdef tr:last-child td {
376+
table.propdef > tbody > tr:last-child th,
377+
table.propdef-extra > tbody > tr:last-child th,
378+
table.descdef > tbody > tr:last-child th,
379+
table.propdef > tbody > tr:last-child td,
380+
table.propdef-extra > tbody > tr:last-child td,
381+
table.descdef > tbody > tr:last-child td {
382382
border-bottom: 0;
383383
}
384384

0 commit comments

Comments
 (0)