We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d18d6 commit 45d2fbcCopy full SHA for 45d2fbc
web_src/css/repo.css
@@ -1016,12 +1016,18 @@ td .commit-summary {
1016
}
1017
1018
.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 {
1023
content: "";
1024
position: absolute;
1025
left: 0;
1026
+ top: 0;
1027
+ bottom: 0;
1028
width: 2px;
- height: 100%;
1029
background: var(--color-highlight-fg);
1030
+ display: block;
1031
1032
1033
.repository .diff-file-box .code-diff-split .tag-code .lines-code code.code-inner {
0 commit comments