mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add label edit and manage ui
This commit is contained in:
@@ -1297,7 +1297,7 @@ html, body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#issue .label-filter a:hover {
|
||||
#issue .label-filter li.label-item:hover {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
@@ -1316,6 +1316,12 @@ html, body {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
#issue .label-filter .del {
|
||||
margin-top: -24px;
|
||||
color: #888;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#issue .label-filter .label-button {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user