Fix line selection on blame view (#12857)

Blame and regular code view have diverge slightly so line highlighting wasn't working properly anymore. Make work again in lieu of a larger refactor of blame HTML to move it outside of source and into templates to match code view.

Fixes #12836

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
mrsdizzie 2020-09-15 16:43:05 -04:00 committed by GitHub
parent d9085fe176
commit 88823f3e29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

View file

@ -1122,7 +1122,7 @@ i.icon.centerlock {
width: 100%;
}
.lines-code.active {
.active {
background: #fffbdd !important;
}