Skip to content

Commit 32cce47

Browse files
CirnoTtechknowlogick
authored andcommitted
Fix yellow background on active elements in code review (go-gitea#11414)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 parent d81fe81 commit 32cce47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ i.icon.centerlock {
11671167
width: 100%;
11681168
}
11691169

1170-
.active {
1170+
.lines-code .active {
11711171
background: #fff866;
11721172
}
11731173
}

web_src/less/themes/theme-arc-green.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ td.blob-excerpt {
11371137
background-color: rgba(0, 0, 0, .15);
11381138
}
11391139

1140-
.code-view .active {
1140+
.lines-code .code-view .active {
11411141
background: #554a00;
11421142
}
11431143

0 commit comments

Comments
 (0)