0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-09 20:04:33 +01:00

fix selection css

This commit is contained in:
Lunny Xiao 2025-11-25 09:29:05 -08:00
parent 83d18d6225
commit 45d2fbc0eb
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -1016,12 +1016,18 @@ td .commit-summary {
}
.repository .diff-file-box .code-diff tr.active .lines-num::after {
display: none;
}
.repository .diff-file-box .code-diff tr.active .lines-num:first-of-type::after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 2px;
height: 100%;
background: var(--color-highlight-fg);
display: block;
}
.repository .diff-file-box .code-diff-split .tag-code .lines-code code.code-inner {