-
Notifications
You must be signed in to change notification settings - Fork 216
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
Update External link buttons on No results page #2114
Conversation
Size Change: -90 B (0%) Total Size: 832 kB
ℹ️ View Unchanged
|
class="label-bold !w-full justify-between text-dark-charcoal md:!w-auto md:justify-start md:gap-x-2" | ||
variant="bordered-gray" | ||
size="medium" | ||
class="label-bold !w-full justify-between text-dark-charcoal md:!w-auto" | ||
show-external-icon | ||
:external-icon-size="4" |
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.
The icon should update the size to 24px
to match the button base component.
7d8124c
to
777d7d5
Compare
777d7d5
to
81a31b2
Compare
df26cd1
to
19d461c
Compare
81a31b2
to
5dce463
Compare
19d461c
to
122b379
Compare
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 noticed the following
- Right padding is incorrect. It should be
8px
as the button base. - In
sm
button should not be full width.
9d58690
to
c14b391
Compare
c14b391
to
6ea1dbb
Compare
6ea1dbb
to
165823a
Compare
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.
It looks great ✨ 🚀
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 looks great. LGTM!
Fixes
Related to #1187 by @obulat
Description
This PR updates the external sources links buttons to a new variant and
medium
size.The Figma file for these buttons is being updated, but we confirmed with @fcoveram that the buttons should use
bordered-gray
variant,medium
size and have a 16px gap between them.Testing Instructions
Search for "non-existent-query" and see the "No results" page. Check that the buttons look correct and the CI passes.
Checklist
Update index.md
).main
) or a parent feature branch.Developer Certificate of Origin
Developer Certificate of Origin