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:
@@ -156,6 +156,10 @@ pre, code {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
&.transparent.label {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&.menu,
|
||||
&.vertical.menu,
|
||||
&.segment {
|
||||
|
@@ -743,6 +743,14 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.ui.depending {
|
||||
.item.is-closed {
|
||||
.title {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.comment.form {
|
||||
.ui.comments {
|
||||
|
Reference in New Issue
Block a user