1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-16 07:18:37 +00:00

Fix closed dependency title (#33285) (#33287)

Backport #33285
This commit is contained in:
wxiaoguang
2025-01-16 00:05:01 +08:00
committed by GitHub
parent 3b4af01633
commit c09e43acf5
2 changed files with 4 additions and 4 deletions

View File

@@ -796,7 +796,7 @@ td .commit-summary {
box-shadow: none;
}
.repository.view.issue .ui.depending .item.is-closed .title {
.repository.view.issue .ui.depending .item.is-closed .issue-dependency-title {
text-decoration: line-through;
}