mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-10 15:24:54 +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 {
|
.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: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 100%;
|
|
||||||
background: var(--color-highlight-fg);
|
background: var(--color-highlight-fg);
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository .diff-file-box .code-diff-split .tag-code .lines-code code.code-inner {
|
.repository .diff-file-box .code-diff-split .tag-code .lines-code code.code-inner {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user