1
0
Fork 0
forked from forgejo/forgejo

Remove highlight in repo list (#24675)

Before:

![image](aa5e9f1f-48ff-4e9f-a693-23a34e390760)
After:

![image](a4b58a6c-4ea3-4ded-80df-2e650d39a1d3)

private or internal repos have `lock` icon, no need to add highlights to
them.
This commit is contained in:
yp05327 2023-05-12 17:00:17 +09:00 committed by GitHub
parent bc719f549e
commit 4aec1f87a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -171,10 +171,6 @@
border-bottom: 1px solid var(--color-secondary);
}
.feeds .list ul li.private {
background-color: var(--color-box-body-highlight);
}
.feeds .list ul li .repo-list-link {
padding: 6px 1em;
display: block;