diff --git a/modules/ui/src/app/app.component.html b/modules/ui/src/app/app.component.html index 511a5a187..5da13edc6 100644 --- a/modules/ui/src/app/app.component.html +++ b/modules/ui/src/app/app.component.html @@ -75,7 +75,8 @@ + aria-label="Testrun ui logo" + (keydown.enter)="onNavigationClick()">

Testrun

diff --git a/modules/ui/src/app/app.component.scss b/modules/ui/src/app/app.component.scss index 87aa9ec00..3a889fbf6 100644 --- a/modules/ui/src/app/app.component.scss +++ b/modules/ui/src/app/app.component.scss @@ -143,7 +143,8 @@ $nav-width: 96px; border-radius: 4px; } - &:focus { + &:active, + :focus-visible { text-decoration: underline; text-underline-offset: 2px; }