css: not include line numbers in diff selection (#4584)

Changed template file in order to make CSS work properly.
This commit is contained in:
Unknwon
2017-07-14 16:50:49 -04:00
parent 3a6623104f
commit c970c4ee41
5 changed files with 14 additions and 15 deletions

View File

@@ -2140,6 +2140,9 @@ footer .ui.language .menu {
padding: 0 5px;
user-select: none;
}
.repository .diff-file-box .code-diff .lines-num::before {
content: attr(data-line-number);
}
.repository .diff-file-box .code-diff .lines-num.lines-num-old,
.repository .diff-file-box .code-diff .lines-num.lines-num-new {
cursor: pointer;