1
0
Fork 0
forked from forgejo/forgejo

Add opacity and grayscale to archived labels

Co-authored-by: Gusted <gusted@noreply.codeberg.org>
(cherry picked from commit 1060b7cfa8)
This commit is contained in:
0ko 2024-04-01 17:17:12 +05:00 committed by GitHub
parent b068d193d0
commit db1a36673e
2 changed files with 25 additions and 3 deletions

View file

@ -2435,6 +2435,10 @@
margin-left: 0;
}
.archived-label {
filter: grayscale(0.25) saturate(0.75);
}
.repo-button-row {
margin: 10px 0;
display: flex;