mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
add label edit and manage ui
This commit is contained in:
parent
fdc6b64f15
commit
342baf1dda
3 changed files with 72 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue