Skip to content

Commit 45d2fbc

Browse files
committed
fix selection css
1 parent 83d18d6 commit 45d2fbc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

web_src/css/repo.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,12 +1016,18 @@ td .commit-summary {
10161016
}
10171017

10181018
.repository .diff-file-box .code-diff tr.active .lines-num::after {
1019+
display: none;
1020+
}
1021+
1022+
.repository .diff-file-box .code-diff tr.active .lines-num:first-of-type::after {
10191023
content: "";
10201024
position: absolute;
10211025
left: 0;
1026+
top: 0;
1027+
bottom: 0;
10221028
width: 2px;
1023-
height: 100%;
10241029
background: var(--color-highlight-fg);
1030+
display: block;
10251031
}
10261032

10271033
.repository .diff-file-box .code-diff-split .tag-code .lines-code code.code-inner {

0 commit comments

Comments
 (0)