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

pull/4590/merge
Einar 2017-06-27 21:08:19 +02:00 committed by 无闻
parent ea03bee1b9
commit 2961afe8fb
1 changed files with 1 additions and 0 deletions

View File

@ -2138,6 +2138,7 @@ footer .ui.language .menu {
.repository .diff-file-box .code-diff .lines-num {
border-right: 1px solid #d4d4d5;
padding: 0 5px;
user-select: none;
}
.repository .diff-file-box .code-diff .lines-num.lines-num-old,
.repository .diff-file-box .code-diff .lines-num.lines-num-new {