Skip to content

Commit

Permalink
Better highlighting of archved labels (#29749)
Browse files Browse the repository at this point in the history
as followup of the not jet finished discussion at
#29680 (comment)

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

---------

Co-authored-by: silverwind <me@silverwind.io>
  • Loading branch information
6543 and silverwind committed Mar 15, 2024
1 parent 3f1e489 commit 83850cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,8 @@
}

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

.ui.label.scope-left {
Expand Down

0 comments on commit 83850cc

Please sign in to comment.