-
Notifications
You must be signed in to change notification settings - Fork 156
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(masthead-top-nav-menu-item): removing the dark background #4911
fix(masthead-top-nav-menu-item): removing the dark background #4911
Conversation
Deploy preview created for package Built with commit: 5522c2dd888e89b2c0491d6647a590aa5010f584 |
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.
@guilhermelMoraes I guess you didn't want 910 file changes... Probably you meant different target branch?
@asudoh thanks for noticing! 😅 Just updated the base branch. |
Deploy preview created for package Built with commit: 5522c2dd888e89b2c0491d6647a590aa5010f584 |
Deploy preview created for package Built with commit: 5522c2dd888e89b2c0491d6647a590aa5010f584 |
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! thanks @guilhermelMoraes!
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.
Thanks @guilhermelMoraes for the update. The root cause seems to be https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/v1.13.0/packages/styles/scss/components/masthead/_masthead.scss#L125 getting overriden by Carbon core style. Would you try adding [role='menuitem']
to the selector at https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/de880d5/packages/styles/scss/components/masthead/_masthead.scss#L282?
…-design-system#4911) ### Related Ticket(s) Web component: Masthead - On hover over the menu options, background color is black carbon-design-system#4734 ### Description Removing the dark background from `dds-top-nav-menu-item`
Related Ticket(s)
Web component: Masthead - On hover over the menu options, background color is black #4734
Description
Removing the dark background from
dds-top-nav-menu-item