Skip to content
Snippets Groups Projects
Commit 5ab85a21 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7047 tooltip optimize aria

parent a7e0909a
No related tags found
No related merge requests found
......@@ -73,7 +73,8 @@
class="peer box-border flex items-center focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-focus"
aria-describedby="tooltip777"
>
<ods-user-icon role="img" aria-label="Benutzericon" />
<ods-user-icon role="img" aria-hidden="true" />
<span class="sr-only">Benutzericon</span>
</button>
<span
id="tooltip777"
......
......@@ -10,6 +10,7 @@
"start-for-screenreader": "nx run alfa:serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose",
"start:devbe": "nx run alfa:serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx run alfa:build",
"build:demo": "nx run demo:build",
"ci-build-alfa-client-container": "nx container alfa",
"test": "nx affected --target=test --parallel 8 -- --runInBand",
"test:cov": "jest --coverage",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment