1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +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

@@ -156,6 +156,10 @@ pre, code {
z-index: 10;
}
&.transparent.label {
background-color: transparent;
}
&.menu,
&.vertical.menu,
&.segment {

View File

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