diff --git a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html index d435c6ead7..f43353ede9 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/application/umb-sections.html @@ -6,13 +6,15 @@ + prevent-default + ng-attr-aria-current="{{section.alias == currentSection ? 'page' : undefined}}" + aria-label="{{section.name + (section.alias == currentSection ? ' (active)' : '')}}"> {{section.name}}
  • - + ••• @@ -21,7 +23,9 @@ + prevent-default + ng-attr-aria-current="{{section.alias == currentSection ? 'page' : undefined}}" + aria-label="{{section.name + (section.alias == currentSection ? ' (active)' : '')}}"> {{section.name}}