We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3c2d5 commit dc821e3Copy full SHA for dc821e3
web_src/css/repo/home-file-list.css
@@ -40,7 +40,7 @@
40
41
#repo-files-table .repo-file-line,
42
#repo-files-table .repo-file-cell {
43
- border-top: 1px solid var(--color-secondary-light-1);
+ border-top: 1px solid var(--color-secondary);
44
padding: 8px 10px;
45
}
46
@@ -49,11 +49,6 @@
49
border-radius: var(--border-radius) var(--border-radius) 0 0;
50
51
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
-
57
#repo-files-table .repo-file-item:last-child .repo-file-cell:first-child {
58
border-bottom-left-radius: calc(var(--border-radius) - 1px);
59
0 commit comments