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 branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,8 @@ ...@@ -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" 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" 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> </button>
<span <span
id="tooltip777" id="tooltip777"
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"start-for-screenreader": "nx run alfa:serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose", "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", "start:devbe": "nx run alfa:serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx run alfa:build", "build": "nx run alfa:build",
"build:demo": "nx run demo:build",
"ci-build-alfa-client-container": "nx container alfa", "ci-build-alfa-client-container": "nx container alfa",
"test": "nx affected --target=test --parallel 8 -- --runInBand", "test": "nx affected --target=test --parallel 8 -- --runInBand",
"test:cov": "jest --coverage", "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