Fix closed dependency title (#33285)
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
cron-translations / crowdin-pull (push) Has been skipped

Fix #33283
This commit is contained in:
wxiaoguang
2025-01-15 23:38:03 +08:00
committed by GitHub
parent d0962ce3da
commit 6659a381ea
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;
}