Skip to content

Commit 83850cc

Browse files
6543silverwind
andauthored
Better highlighting of archved labels (#29749)
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 <[email protected]>
1 parent 3f1e489 commit 83850cc

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)