Skip to content

Commit cc3c2d5

Browse files
committed
fix selector
1 parent 1bdfbba commit cc3c2d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
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 {
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 {
5354
border-top-color: var(--color-secondary);
5455
}
5556

0 commit comments

Comments
 (0)