1
0
Fork 0
forked from forgejo/forgejo

Fix yellow background on active elements in code review (#11414)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Cirno the Strongest 2020-05-16 02:55:19 +02:00 committed by GitHub
parent c483419184
commit d833ca3be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1167,7 +1167,7 @@ i.icon.centerlock {
width: 100%;
}
.active {
.lines-code .active {
background: #fff866;
}
}