See that it correctly has a padlock in the nav link
Create a public child page
See that it incorrectly has a padlock in the nav link
This is impacting both the COVID-19 section and the Company Structure sections both of which are private sections which do contain some public child pages.
Expected Result
Don't show padlock on public pages which are a child of a private page
Looks like the issue is the CSS selector which is adding the padlock, currently targets li.private a instead of li.private>a
To reproduce
This is impacting both the COVID-19 section and the Company Structure sections both of which are private sections which do contain some public child pages.
Expected Result
Don't show padlock on public pages which are a child of a private page
Looks like the issue is the CSS selector which is adding the padlock, currently targets
li.private a
instead ofli.private>a