This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Fix yellow background on active elements in code review (
#11414
)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-dev
Cirno the Strongest
GitHub
5 years ago
parent
de840206f1
commit
91cbc99254
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/less/_base.less
+1
-1
web_src/less/themes/theme-arc-green.less
+ 1
- 1
web_src/less/_base.less
View File
@@ -1167,7 +1167,7 @@ i.icon.centerlock {
width: 100%;
}
.active {
.
lines-code .
active {
background: #fff866;
}
}
+ 1
- 1
web_src/less/themes/theme-arc-green.less
View File
@@ -1137,7 +1137,7 @@ td.blob-excerpt {
background-color: rgba(0, 0, 0, .15);
}
.code-view .active {
.lines-code
.code-view .active {
background: #554a00;
}
Write
Preview
Loading…
Cancel
Save