mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-25 14:26:54 +08: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