From 83850cc4799285d766d0fb5751fff10a6e4d3353 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 15 Mar 2024 23:35:47 +0100 Subject: [PATCH] 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 --- web_src/css/repo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index b7e8efd47e..848eb53327 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -2410,7 +2410,8 @@ } .archived-label { - filter: grayscale(0.8); + filter: grayscale(0.5); + opacity: 0.5; } .ui.label.scope-left {