Skip to content

Commit 1bdfbba

Browse files
committed
tweak borders
1 parent ee02c71 commit 1bdfbba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web_src/css/repo/home-file-list.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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" */
@@ -40,7 +40,7 @@
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

@@ -49,6 +49,10 @@
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
}

0 commit comments

Comments
 (0)