Browse Source

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>
tags/v1.22.0-rc0
6543 2 months ago
parent
commit
83850cc479
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      web_src/css/repo.css

+ 2
- 1
web_src/css/repo.css View File

@@ -2410,7 +2410,8 @@
}

.archived-label {
filter: grayscale(0.8);
filter: grayscale(0.5);
opacity: 0.5;
}

.ui.label.scope-left {

Loading…
Cancel
Save