-
Notifications
You must be signed in to change notification settings - Fork 106
[v12] feat(ui-breadcrumb): Breadcrumb_rework #2284
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
base: v12
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -145,6 +145,7 @@ const generateStyle = ( | |
| verticalAlign: 'baseline', | ||
| fontSize: variantStyles.fontSize, | ||
| lineHeight: variantStyles.lineHeight, | ||
| color: componentTheme.unstyledTextColor, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The unstyledTextColor token was added to the Link component to provide a theme-aware text color for non-interactive Link elements. This resolves the color issue not only in Link itself, but also for the last items in the Breadcrumb. |
||
|
|
||
| // set up focus styles | ||
| borderRadius: '0.125rem', | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.