mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 08:07:10 +02:00
css: not include line numbers in diff selection (#4584)
Changed template file in order to make CSS work properly.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user