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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user