mirror of https://github.com/go-gitea/gitea.git
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>
This commit is contained in:
parent
3f1e4896b6
commit
83850cc479
|
@ -2410,7 +2410,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.archived-label {
|
.archived-label {
|
||||||
filter: grayscale(0.8);
|
filter: grayscale(0.5);
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.label.scope-left {
|
.ui.label.scope-left {
|
||||||
|
|
Loading…
Reference in New Issue