mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 13:19:36 +01:00
Fix yellow background on active elements in code review (#11414)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
c483419184
commit
d833ca3be5
2 changed files with 2 additions and 2 deletions
|
@ -1167,7 +1167,7 @@ i.icon.centerlock {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.lines-code .active {
|
||||||
background: #fff866;
|
background: #fff866;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1137,7 +1137,7 @@ td.blob-excerpt {
|
||||||
background-color: rgba(0, 0, 0, .15);
|
background-color: rgba(0, 0, 0, .15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.code-view .active {
|
.lines-code .code-view .active {
|
||||||
background: #554a00;
|
background: #554a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue