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
Any nav item with children should have a dropdown icon
Only the second item is hard-coded to have a dropdown icon
Create a new site and add children to all nav items. Only the second one will have a dropdown.
https://github.com/adobe/aem-site-template-standard/blob/main/theme/src/components/navigation/_navigation.scss#L51
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
Any nav item with children should have a dropdown icon
Actual Behaviour
Only the second item is hard-coded to have a dropdown icon
Reproduce Scenario (including but not limited to)
Create a new site and add children to all nav items. Only the second one will have a dropdown.
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
https://github.com/adobe/aem-site-template-standard/blob/main/theme/src/components/navigation/_navigation.scss#L51
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: