-
Notifications
You must be signed in to change notification settings - Fork 67
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
fix(breadcrumbs): chevron icon spacing #2224
Conversation
I don't see any new icons. I think the chevron icons the updated artboard need to be a part of this PR. |
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.
LGTM.
@@ -26,8 +26,8 @@ nav.breadcrumbs > ul > li[hidden] { | |||
display: none; | |||
} | |||
nav.breadcrumbs > ul > li svg { | |||
margin-left: 3px; | |||
margin-right: 3px; | |||
margin-left: 6px; |
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.
Minor suggestion, Can we use CSS variable var(--spacing-75)
here?
Maybe I'm missing something, but... This PR is for this issue: #2053 That issue references this issue where the new 12px icons were added/updated: #2035 And that issue has the chevron updates: That was done in If there are no other links to yet other issues that I missed, I think we should be good. If the chevron icon issue is something separate and the icon is available somewhere I can't find, please let me know. |
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.
Got it, LGTM then.
Fixes #2053
Description
Spacing adjustments with chevron on breadcrumbs.
Notes
The other components mentioned in the issue did not need spacing adjustments.
Screenshots
Before:
After:
Checklist