We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866162c commit 0f55a8fCopy full SHA for 0f55a8f
1 file changed
css-module/default.css
@@ -373,12 +373,12 @@ table.descdef tr:first-child {
373
374
}
375
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 {
+table.propdef > tbody > tr:last-child th,
+table.propdef-extra > tbody > tr:last-child th,
+table.descdef > tbody > tr:last-child th,
+table.propdef > tbody > tr:last-child td,
+table.propdef-extra > tbody > tr:last-child td,
+table.descdef > tbody > tr:last-child td {
382
border-bottom: 0;
383
384
0 commit comments