File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1420
1420
1421
1421
.repository .data-table tr {
1422
1422
border-top : 0 ;
1423
+ background : none !important ;
1423
1424
}
1424
1425
1425
1426
.repository .data-table td ,
1429
1430
font-size : 12px ;
1430
1431
text-align : left;
1431
1432
white-space : nowrap;
1432
- border : 1px solid var (--color-secondary );
1433
+ border : none;
1434
+ }
1435
+
1436
+ /* the border css competes with .markup where all tables have outer border which would add a double
1437
+ border here, remove only the outer borders from this table */
1438
+ .repository .data-table tr : first-child : is (td , th ) {
1439
+ border-top : none !important ;
1440
+ }
1441
+ .repository .data-table tr : last-child : is (td , th ) {
1442
+ border-bottom : none !important ;
1443
+ }
1444
+ .repository .data-table tr : is (td , th ): first-child {
1445
+ border-left : none !important ;
1446
+ }
1447
+ .repository .data-table tr : is (td , th ): last-child {
1448
+ border-right : none !important ;
1433
1449
}
1434
1450
1435
1451
.repository .data-table td {
1469
1485
min-width : 50px ;
1470
1486
font-family : monospace;
1471
1487
line-height : 20px ;
1472
- color : var (--color-secondary-dark-2 );
1488
+ color : var (--color-text-light-1 );
1473
1489
white-space : nowrap;
1474
1490
vertical-align : top;
1475
1491
cursor : pointer;
You can’t perform that action at this time.
0 commit comments