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:
parent
83d18d6225
commit
45d2fbc0eb
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user