We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CSS for the new navigation is overriding the stylesheet for the older navigation, so when we remove the old styles the new styles break:
Comment out these two lines: https://github.com/mozilla/bedrock/blob/main/media/css/protocol/protocol-mozilla-2024.scss#L32-L33
Both the new navigation and footer should display as expected.
The footer seems OK, but the new navigation breaks since it relies on existing styles in the old navigation stylesheet.
N/A
The text was updated successfully, but these errors were encountered:
wen-2018
No branches or pull requests
Description
The CSS for the new navigation is overriding the stylesheet for the older navigation, so when we remove the old styles the new styles break:
Steps to reproduce
Comment out these two lines: https://github.com/mozilla/bedrock/blob/main/media/css/protocol/protocol-mozilla-2024.scss#L32-L33
Expected result
Both the new navigation and footer should display as expected.
Actual result
The footer seems OK, but the new navigation breaks since it relies on existing styles in the old navigation stylesheet.
Environment
N/A
The text was updated successfully, but these errors were encountered: