-
Notifications
You must be signed in to change notification settings - Fork 9
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
Applied most style changes from the new figma design #327
Conversation
app/root.css
Outdated
--bgColorHighlight: #c0d3e4; | ||
--bgColorTableRows: #e8f7fe; | ||
--colorLink: #79f; | ||
--colorLinkVisited: #8ac; | ||
--colorTooltip: #d1d1d1; | ||
--colorTooltip: rgba(48, 115, 183, 0.1); |
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.
- could you please find a better background for
.answer .link-popup
? transparent--colorTooltip
is no good for that:
@ccstan99 - I didn't find the popup styles in Figma - I'm happy if @Mink-Mink will pick from existing bg colors unless you have some new color in mind and just forgot to specify it yet
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.
No transparency please. No new color. Feel free to pick from the existing bg color.
{...props} | ||
> | ||
<path | ||
className="tag_svg__gray" |
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.
good try 👍 but this needs to be set in the SVG file itself as class="gray"
, not a manual change in generated file
I pushed a fix commit to your forked repo, please pull before making more changes, thanks!
Also, you were referring to a slightly out-of-date Figma file. Please use this for reference. Thanks! |
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.
adding a few more color changes to match the Figma designs from #285 (only where I noticed some differences while I was trying to find color for the popups, now reusing --bgColorHighlight
for both hover in search results and popups)
approving from code review perspective, we can merge if designers won't have any more major objections (minor fixes can be done later if we won't notice them right now)
deployed to https://stampy-ui.aprillion.workers.dev/
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.
This is much improved, thank you! I'm happy for this to be approved & merged but let’s keep the original issue with link to Figma file open. I’ll add any items still outstanding to that issue.
One last glaring thing if we're able to sneak it easily into this PR... Can we please remove the border outline around "Show me even more questions about AI Safety..."? The highlight on hover is fine but there's no need to draw that much attention to it otherwise. |
You can see the figma stylesheet here https://www.figma.com/file/q7DDvvkSKfYpT0yheLexht/AI-Safety-ccc-ccstan99
Note from @Aprillion: Related to issue #285