mirror of https://github.com/gogs/gogs.git
css: not include line numbers in diff selection (#4584)
parent
ea03bee1b9
commit
2961afe8fb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue