-
Notifications
You must be signed in to change notification settings - Fork 23
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(subnav): fixing color-context inheritance #2190
Conversation
|
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size Change: -165 B (-0.08%) Total Size: 209 kB
ℹ️ View Unchanged
|
fcf6019
to
ced14fe
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.
Given this change is likely to merge and then be overwritten by the color context PR I think we should ensure the same changes are made in the color context PR and close this one.
@bennypowers thoughts?
Fixing in #2138 |
What I did
<rh-subnav>
color-context inheritance from parent elementsTesting Instructions
color-palette="darkest"
to<rh-subnav>
, and test the demo color-palette colors. Subnav should remain in dark mode (with proper text/tab color contrast)color-palette="lightest"
to<rh-subnav>
, and test the demo color-palette colors. Subnav should remain in light mode (with proper text/tab color contrast)Not sure if we want to add in the documentation info missing in #1479 as well.
Closes #2188