File tree 1 file changed +17
-1
lines changed 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1432
1432
1433
1433
.repository .data-table tr {
1434
1434
border-top : 0 ;
1435
+ background : none !important ;
1435
1436
}
1436
1437
1437
1438
.repository .data-table td ,
1444
1445
border : 1px solid var (--color-secondary );
1445
1446
}
1446
1447
1448
+ /* the border css competes with .markup where all tables have outer border which would add a double
1449
+ border here, remove only the outer borders from this table */
1450
+ .repository .data-table tr : first-child : is (td , th ) {
1451
+ border-top : none !important ;
1452
+ }
1453
+ .repository .data-table tr : last-child : is (td , th ) {
1454
+ border-bottom : none !important ;
1455
+ }
1456
+ .repository .data-table tr : is (td , th ): first-child {
1457
+ border-left : none !important ;
1458
+ }
1459
+ .repository .data-table tr : is (td , th ): last-child {
1460
+ border-right : none !important ;
1461
+ }
1462
+
1447
1463
.repository .data-table td {
1448
1464
white-space : pre-line;
1449
1465
}
1481
1497
min-width : 50px ;
1482
1498
font-family : monospace;
1483
1499
line-height : 20px ;
1484
- color : var (--color-secondary-dark-2 );
1500
+ color : var (--color-text-light-1 );
1485
1501
white-space : nowrap;
1486
1502
vertical-align : top;
1487
1503
cursor : pointer;
You can’t perform that action at this time.
0 commit comments