aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
authormrsdizzie <info@mrsdizzie.com>2020-09-15 16:43:05 -0400
committerGitHub <noreply@github.com>2020-09-15 16:43:05 -0400
commit88823f3e29385922cffab697d8d9f5a9a2ad3e42 (patch)
tree49542dda7c092cb2ea1ecfada9e2370e05ceef46 /web_src/less
parentd9085fe176d1df1e34f8702858e367dfcf4d90c4 (diff)
downloadgitea-88823f3e29385922cffab697d8d9f5a9a2ad3e42.tar.gz
gitea-88823f3e29385922cffab697d8d9f5a9a2ad3e42.zip
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>
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/_base.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index ddb65a7c26..82b403de6c 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -1122,7 +1122,7 @@ i.icon.centerlock {
width: 100%;
}
- .lines-code.active {
+ .active {
background: #fffbdd !important;
}