Skip to content

Commit 0e95a41

Browse files
authored
Fix hover color for last row of repo file list (#15018)
1 parent e8ad6c1 commit 0e95a41

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

web_src/less/_repository.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@
343343
cursor: default;
344344
}
345345

346+
tr:last-of-type {
347+
td:first-child {
348+
border-bottom-left-radius: var(--border-radius);
349+
}
350+
351+
td:last-child {
352+
border-bottom-right-radius: var(--border-radius);
353+
}
354+
}
355+
346356
tr:hover {
347357
background-color: #ffffee;
348358
}

0 commit comments

Comments
 (0)