1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

Fix line-button issue after file selection in file tree (#34574) (#34576)

Backport #34574

---------

Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
This commit is contained in:
wxiaoguang
2025-06-02 14:20:21 +08:00
committed by GitHub
parent 8965c068e9
commit e9481e1da3
3 changed files with 31 additions and 10 deletions

View File

@ -867,6 +867,7 @@ overflow-menu .ui.label {
}
.file-view tr.active .lines-num,
.file-view tr.active .lines-escape,
.file-view tr.active .lines-code {
background: var(--color-highlight-bg) !important;
}