Fix closed dependency title (#33285)

Fix #33283
This commit is contained in:
wxiaoguang 2025-01-15 23:38:03 +08:00 committed by GitHub
parent d0962ce3da
commit 6659a381ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -784,7 +784,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;
}