1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Prevent selection of diff line numbers (#2240)

This commit is contained in:
silverwind
2017-08-01 04:27:17 +02:00
committed by Lunny Xiao
parent a804f0e052
commit 31411a9462
2 changed files with 8 additions and 0 deletions

View File

@@ -913,6 +913,10 @@
color: #A7A7A7;
background: #fafafa;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
span.fold {
display: block;