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:
parent
b068d193d0
commit
db1a36673e
2 changed files with 25 additions and 3 deletions
|
@ -2435,6 +2435,10 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.archived-label {
|
||||
filter: grayscale(0.25) saturate(0.75);
|
||||
}
|
||||
|
||||
.repo-button-row {
|
||||
margin: 10px 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue