diff --git a/packages/fiori/src/SideNavigation.js b/packages/fiori/src/SideNavigation.js index 4207fd1102f7..189af8743e9a 100644 --- a/packages/fiori/src/SideNavigation.js +++ b/packages/fiori/src/SideNavigation.js @@ -230,11 +230,11 @@ class SideNavigation extends UI5Element { } get ariaRoleDescPopoverNavigationList() { - return SideNavigation.i18nBundle.getText(SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC); + return SideNavigation.i18nBundle.getText(SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC); } get ariaRoleDescPopoverNavigationListItem() { - return SideNavigation.i18nBundle.getText(SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC); + return SideNavigation.i18nBundle.getText(SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC); } get ariaRoleDescNavigationList() { diff --git a/packages/fiori/src/SideNavigationItemPopoverContent.hbs b/packages/fiori/src/SideNavigationItemPopoverContent.hbs index 18942a36d9de..1ba162230c75 100644 --- a/packages/fiori/src/SideNavigationItemPopoverContent.hbs +++ b/packages/fiori/src/SideNavigationItemPopoverContent.hbs @@ -6,32 +6,34 @@ > {{accSideNavigationPopoverHiddenText}} - - {{_popoverContent.mainItem.text}} + > {{#each _popoverContent.subItems}} - {{this.text}} + > {{/each}} - + diff --git a/packages/fiori/src/themes/SideNavigationPopover.css b/packages/fiori/src/themes/SideNavigationPopover.css index ffd64852d3f2..ef95efb35ff1 100644 --- a/packages/fiori/src/themes/SideNavigationPopover.css +++ b/packages/fiori/src/themes/SideNavigationPopover.css @@ -2,6 +2,7 @@ .ui5-side-navigation-popover::part(content) { padding: 0; + --_ui5-tree-toggle-box-width: 1rem; } .ui5-hidden-text {