Skip to content

Commit 94a10df

Browse files
6543silverwind
andcommitted
Better highlighting of archved labels (go-gitea#29749)
as followup of the not jet finished discussion at go-gitea#29680 (comment) we enhance and chat about how best to highlight archived labels here :) --------- Co-authored-by: silverwind <[email protected]>
1 parent d9fa8f6 commit 94a10df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/repo.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2410,7 +2410,8 @@
24102410
}
24112411

24122412
.archived-label {
2413-
filter: grayscale(0.8);
2413+
filter: grayscale(0.5);
2414+
opacity: 0.5;
24142415
}
24152416

24162417
.ui.label.scope-left {

0 commit comments

Comments
 (0)