Better highlighting of archved labels (#29749)

as followup of the not jet finished discussion at
https://github.com/go-gitea/gitea/pull/29680#discussion_r1521867261

we enhance and chat about how best to highlight archived labels here :)

---------

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
6543 2024-03-15 23:35:47 +01:00 committed by GitHub
parent 3f1e4896b6
commit 83850cc479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -2410,7 +2410,8 @@
}
.archived-label {
filter: grayscale(0.8);
filter: grayscale(0.5);
opacity: 0.5;
}
.ui.label.scope-left {