This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Prevent selection of diff line numbers (
#2240
)
master
silverwind
Lunny Xiao
8 years ago
parent
a804f0e052
commit
31411a9462
2 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
public/css/index.css
+4
-0
public/less/_repository.less
+ 4
- 0
public/css/index.css
View File
@@ -2069,6 +2069,10 @@ footer .ui.language .menu {
color: #A7A7A7;
color: #A7A7A7;
background: #fafafa;
background: #fafafa;
width: 1%;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
}
.repository .diff-file-box .file-body.file-code .lines-num span.fold {
.repository .diff-file-box .file-body.file-code .lines-num span.fold {
display: block;
display: block;
+ 4
- 0
public/less/_repository.less
View File
@@ -913,6 +913,10 @@
color: #A7A7A7;
color: #A7A7A7;
background: #fafafa;
background: #fafafa;
width: 1%;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
span.fold {
span.fold {
display: block;
display: block;
Write
Preview
Loading…
Cancel
Save