-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Transparent avatars have solid background in the timeline #26159
Comments
One note on this - we're gonna quickly sense check the exact values early next week. The comp here is using |
why add the border? why not... nothing, like before, which was better? |
The timeline is more legible when there are clear content keylines for the eye to follow up and down, consistently. Transparent avatars, or avatars which perfectly match the background (e.g. white on white) break this alignment. So, we'll add some feint visual structure in the form of a subtle stroke to help. This way transparent avatars can maintain their content, unlike the fills above. |
so "we don't like how transparent avatars look, if you choose a transparent avatar we'll override you", gotcha |
On the light gray background for transparent avatars. It's a bug in the component implementation. It seems it's currently inheriting the default user agent style for the On adding a translucent border for avatars (to prevent avatars from blending with the background and/or normalize their shape). This very same page (I mean, GitHub) is using a similar treatment for avatars. We don't strictly need it, but we'll do some explorations (and may discard it). That said, that should be a separate discussion from this issue as it's not specific to transparent avatars. |
Resetting the |
I'm not sure adding a border really solves the issue here, as we have to consider what has been raised as part of #26163. IMO we should set the avatar background to be @nadonomy / @janogarcia ? |
@germain-gg It's already scheduled for discussion (tomorrow, if there are not last minute changes to the agenda) and documented in Figma. |
After discussing this with Nad and Jano out of bands we are going to implement the suggestion of settings the canvas default color as this will have a broadest impact and ensure better visual consistency throughout the app. |
Fixed as compound as been upgraded |
Starting with 1.11.42 transparent avatars stopped working. They do render like before in the top left and settings.
But in the timeline they have a grey background instead of transparency.
The text was updated successfully, but these errors were encountered: