[ACS-10885] Dashboard: Non-descriptive announcement of the Company Logo button (#4975)

This commit is contained in:
dominikiwanekhyland
2026-01-12 11:27:49 +01:00
committed by GitHub
parent fd81a29d51
commit 5799cddd03
3 changed files with 13 additions and 6 deletions
+1
View File
@@ -472,6 +472,7 @@
},
"TOOLTIPS": {
"COLLAPSE_NAVIGATION": "Collapse navigation menu",
"COLLAPSE_NAVIGATION_ALT": "Collapse navigation menu icon",
"OPTIONS_SETTINGS": "Options and settings",
"MY_PROFILE": "My profile",
"EXPAND_NAVIGATION": "Expand navigation menu",
@@ -1,15 +1,18 @@
<div class="aca-sidenav-header" data-automation-id="app-sidenav-header">
<div class="aca-sidenav-header-title" data-automation-id="app-sidenav-header-title">
<div class="aca-sidenav-header-title-logo"
tabindex=0
<button
class="aca-sidenav-header-title-logo"
data-automation-id="app-sidenav-header-title-logo"
(click)="toggleNavBar.emit()"
(keypress)="toggleNavBar.emit()">
(keypress)="toggleNavBar.emit()"
[attr.aria-label]="'APP.TOOLTIPS.COLLAPSE_NAVIGATION' | translate">
<img
src="{{ logoUrl }}"
title="{{'APP.TOOLTIPS.COLLAPSE_NAVIGATION' | translate}}"
alt="{{ 'CORE.HEADER.LOGO_ARIA' | translate }}" />
</div>
title="{{ 'APP.TOOLTIPS.COLLAPSE_NAVIGATION' | translate }}"
alt="{{ 'APP.TOOLTIPS.COLLAPSE_NAVIGATION_ALT' | translate }}"
aria-hidden="true"
/>
</button>
<div
class="aca-sidenav-header-title-text"
@@ -19,6 +19,9 @@
padding: 0 24px;
&-logo {
background: transparent;
border: none;
img {
cursor: pointer;
height: 28px;