mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 22:41:44 +01:00
Fix hover color for last row of repo file list (#15018)
This commit is contained in:
parent
e8ad6c1ff3
commit
0e95a41ccd
1 changed files with 10 additions and 0 deletions
|
@ -343,6 +343,16 @@
|
||||||
cursor: default;
|
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 {
|
tr:hover {
|
||||||
background-color: #ffffee;
|
background-color: #ffffee;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue