-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight archived labels #29680
Highlight archived labels #29680
Conversation
set a border and change the tooltip
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
How about remove the color or make it grey? |
addressed it all & updated screenshots |
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: delvh <dev.lh@web.de>
@@ -2417,6 +2417,10 @@ | |||
gap: 0 !important; | |||
} | |||
|
|||
.archived-label { | |||
filter: grayscale(0.8); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think gray scale the color is unfortunate as it might collide with labels which have already a gray color. However, that's good enough for me now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And that's already the improved version 😁
#29680 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a css class now for it, we can itterate and improve on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My recommendation is still opacity: .5
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll open a new pull so we can address it here and let the merged pull stay merged ("quiet") ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> #29749
Regression: Project boards fail to render after newest docker nightly update #29770
|
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