This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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 accidential selection of line numbers in code view (
#1860
)
tags/v1.21.12.1
silverwind
Bo-Yi Wu
9 years ago
parent
703d18e50d
commit
ae922afa2d
2 changed files
with
8 additions
and
0 deletions
Split 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
@@ -1404,6 +1404,10 @@ footer .ui.language .menu {
color: #999;
background: #f5f5f5;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.repository.file.list #file-content .code-view .lines-num span {
line-height: 20px;
+ 4
- 0
public/less/_repository.less
View File
@@ -274,6 +274,10 @@
color: #999;
background: #f5f5f5;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
span {
line-height: 20px;
Write
Preview
Loading…
Cancel
Save