File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22 width : 100% ;
33 display : grid;
44 grid-template-columns : 2fr 3fr auto;
5- border : 1px solid var (--color-light-border );
5+ border : 1px solid var (--color-secondary );
66 background : var (--color-box-body );
77 border-radius : var (--border-radius );
88 margin : 10px 0 ; /* match the "clone-panel-popup" margin to avoid "visual double-border" */
4040
4141# repo-files-table .repo-file-line ,
4242# repo-files-table .repo-file-cell {
43- border-top : 1px solid var (--color-light-border );
43+ border-top : 1px solid var (--color-secondary- light-1 );
4444 padding : 8px 10px ;
4545}
4646
4949 border-radius : var (--border-radius ) var (--border-radius ) 0 0 ;
5050}
5151
52+ # repo-files-table .repo-file-item : nth-child (2 ) .repo-file-cell {
53+ border-top-color : var (--color-secondary );
54+ }
55+
5256# repo-files-table .repo-file-item : last-child .repo-file-cell : first-child {
5357 border-bottom-left-radius : calc (var (--border-radius ) - 1px );
5458}
You can’t perform that action at this time.
0 commit comments