Highlight archived labels (#29680)
the issue is, that you can not distinguish between normal and archived labels. So this will make archived labels 80% **grayscale**. And prepend "Archived: " to the tooltip info     --- *Sponsored by Kithara Software GmbH* --------- Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
e5e2b2fcd7
commit
36de5b299b
9 changed files with 35 additions and 20 deletions
|
@ -2417,6 +2417,10 @@
|
|||
gap: 0 !important;
|
||||
}
|
||||
|
||||
.archived-label {
|
||||
filter: grayscale(0.8);
|
||||
}
|
||||
|
||||
.ui.label.scope-left {
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue