mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Fix issue label spacing and hover (#13553)
Fixes: https://github.com/go-gitea/gitea/issues/13545 Regressed by: https://github.com/go-gitea/gitea/pull/13458
This commit is contained in:
parent
6280af0324
commit
5c76c5ce44
3 changed files with 3 additions and 9 deletions
|
@ -111,7 +111,7 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.item {
|
||||
.dependency {
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -1419,12 +1419,6 @@ a.blob-excerpt:hover {
|
|||
color: #dbdbdb;
|
||||
}
|
||||
|
||||
a.ui.label:hover,
|
||||
a.ui.labels .label:hover {
|
||||
background-color: #505667 !important;
|
||||
color: #dbdbdb !important;
|
||||
}
|
||||
|
||||
.sha.label,
|
||||
.repository #repo-files-table .sha.label,
|
||||
.repository #commits-table td.sha .sha.label,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue