mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
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:
@@ -1122,7 +1122,7 @@ i.icon.centerlock {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.lines-code.active {
|
||||
.active {
|
||||
background: #fffbdd !important;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user