Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Bug] Fix Global Breadcrumb Styling in dark mode #2085
[Bug] Fix Global Breadcrumb Styling in dark mode #2085
Changes from 2 commits
646d09a
f67935a
4bd021d
8224cb2
8520299
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 can understand for the shape but looking at the original implementation could the theming being retrieved and applied by the shared ui dep package and applied as a prop to the existing bread crumb. That way the shape is handled in our repo but we rely on the theme from OUI?
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.
We have not made any changes to OUI yet! this whole css/style issue will be part of OUI in future! we will have separate ticket for that
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.
Yeah sorry about the confusion. What I mean is how come the bread crumb class that we've added has it's own dark mode css instead of pulling the theme from OUI (previously EUI) via the shared ui dep package? Seems like that is the standard within the repo. And then the only new CSS in this repo that we added was with the shape.
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 thought these dark mode changes will be part of OUI theming in future but at the moment they are not. so we have diffs css! I will confirm with ux team once! Is it right @kgcreative ?
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'm probably not the best person to talk about CSS implementation details. I would follow whatever guidance we have from a system perspective. The long term plan is to fold these into the updated OUI theme, but we're a long way from that.