Browse Source

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

Einar 7 years ago
parent
commit
2961afe8fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/css/gogs.css

+ 1 - 0
public/css/gogs.css

@@ -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 {