1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-26 11:28:27 +00:00

Improve dependency UI (#4503)

This commit is contained in:
Lauris BH
2018-09-07 05:32:46 +03:00
committed by Lunny Xiao
parent fa4663e61e
commit fab7937c62
5 changed files with 53 additions and 56 deletions

View File

@@ -743,6 +743,14 @@
margin-right: 5px;
}
}
.ui.depending {
.item.is-closed {
.title {
text-decoration: line-through;
}
}
}
}
.comment.form {
.ui.comments {