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 8ee99c9 commit ee02c71Copy full SHA for ee02c71
web_src/css/repo/home-file-list.css
@@ -40,8 +40,7 @@
40
41
#repo-files-table .repo-file-line,
42
#repo-files-table .repo-file-cell {
43
- border-top: .5px solid var(--color-light-border);
44
- border-bottom: .5px solid var(--color-light-border);
+ border-top: 1px solid var(--color-light-border);
45
padding: 8px 10px;
46
}
47
@@ -50,11 +49,6 @@
50
49
border-radius: var(--border-radius) var(--border-radius) 0 0;
51
52
53
-#repo-files-table .repo-file-item:last-child .repo-file-line,
54
-#repo-files-table .repo-file-item:last-child .repo-file-cell {
55
- border-bottom: none;
56
-}
57
-
58
#repo-files-table .repo-file-item:last-child .repo-file-cell:first-child {
59
border-bottom-left-radius: calc(var(--border-radius) - 1px);
60
0 commit comments