Skip to content

Commit dc821e3

Browse files
committed
use same color
1 parent cc3c2d5 commit dc821e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-secondary-light-1);
43+
border-top: 1px solid var(--color-secondary);
4444
padding: 8px 10px;
4545
}
4646

@@ -49,11 +49,6 @@
4949
border-radius: var(--border-radius) var(--border-radius) 0 0;
5050
}
5151

52-
#repo-files-table .repo-file-last-commit + .repo-file-line,
53-
#repo-files-table .repo-file-last-commit + .repo-file-item .repo-file-cell {
54-
border-top-color: var(--color-secondary);
55-
}
56-
5752
#repo-files-table .repo-file-item:last-child .repo-file-cell:first-child {
5853
border-bottom-left-radius: calc(var(--border-radius) - 1px);
5954
}

0 commit comments

Comments
 (0)