Skip to content

Commit

Permalink
Fix hover color for last row of repo file list (#15018)
Browse files Browse the repository at this point in the history
  • Loading branch information
CL-Jeremy committed Mar 18, 2021
1 parent e8ad6c1 commit 0e95a41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,16 @@
cursor: default;
}

tr:last-of-type {
td:first-child {
border-bottom-left-radius: var(--border-radius);
}

td:last-child {
border-bottom-right-radius: var(--border-radius);
}
}

tr:hover {
background-color: #ffffee;
}
Expand Down

0 comments on commit 0e95a41

Please sign in to comment.