mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-09 22:36:46 +00:00
feat: make the ? navigable with tab (#5326)
Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
parent
4389a32d9d
commit
1a4c8f828f
@ -252,7 +252,12 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<div (click)="openHelp()" class="nav-shortcut-action-key" matTooltip="{{ 'MENU.OPENSHORTCUTSTOOLTIP' | translate }}">
|
<div
|
||||||
|
(click)="openHelp()"
|
||||||
|
class="nav-shortcut-action-key"
|
||||||
|
tabindex="0"
|
||||||
|
matTooltip="{{ 'MENU.OPENSHORTCUTSTOOLTIP' | translate }}"
|
||||||
|
>
|
||||||
<div class="nav-key-overlay"></div>
|
<div class="nav-key-overlay"></div>
|
||||||
<span>?</span>
|
<span>?</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user