File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 14201420
14211421.repository .data-table tr {
14221422 border-top : 0 ;
1423+ background : none !important ;
14231424}
14241425
14251426.repository .data-table td ,
14321433 border : 1px solid var (--color-secondary );
14331434}
14341435
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 ;
1449+ }
1450+
14351451.repository .data-table td {
14361452 white-space : pre-line;
14371453}
14691485 min-width : 50px ;
14701486 font-family : monospace;
14711487 line-height : 20px ;
1472- color : var (--color-secondary-dark-2 );
1488+ color : var (--color-text-light-1 );
14731489 white-space : nowrap;
14741490 vertical-align : top;
14751491 cursor : pointer;
You can’t perform that action at this time.
0 commit comments