Skip to content

Commit

Permalink
Fix yellow background on active elements in code review (go-gitea#11414)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <[email protected]>
  • Loading branch information
2 people authored and Yohann Delafollye committed Jul 31, 2020
1 parent d81fe81 commit 32cce47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ i.icon.centerlock {
width: 100%;
}

.active {
.lines-code .active {
background: #fff866;
}
}
Expand Down
2 changes: 1 addition & 1 deletion web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ td.blob-excerpt {
background-color: rgba(0, 0, 0, .15);
}

.code-view .active {
.lines-code .code-view .active {
background: #554a00;
}

Expand Down

0 comments on commit 32cce47

Please sign in to comment.