Skip to content

Commit ee02c71

Browse files
committed
remove border-bottom
1 parent 8ee99c9 commit ee02c71

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040

4141
#repo-files-table .repo-file-line,
4242
#repo-files-table .repo-file-cell {
43-
border-top: .5px solid var(--color-light-border);
44-
border-bottom: .5px solid var(--color-light-border);
43+
border-top: 1px solid var(--color-light-border);
4544
padding: 8px 10px;
4645
}
4746

@@ -50,11 +49,6 @@
5049
border-radius: var(--border-radius) var(--border-radius) 0 0;
5150
}
5251

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-
5852
#repo-files-table .repo-file-item:last-child .repo-file-cell:first-child {
5953
border-bottom-left-radius: calc(var(--border-radius) - 1px);
6054
}

0 commit comments

Comments
 (0)