Fix console nested routes a11y (#2669)
4382
console-webapp/package-lock.json
generated
@@ -15,6 +15,7 @@
|
|||||||
<mat-sidenav
|
<mat-sidenav
|
||||||
[mode]="breakpointObserver.isMobileView() ? 'over' : 'side'"
|
[mode]="breakpointObserver.isMobileView() ? 'over' : 'side'"
|
||||||
[opened]="!breakpointObserver.isMobileView()"
|
[opened]="!breakpointObserver.isMobileView()"
|
||||||
|
[disableClose]="!breakpointObserver.isMobileView()"
|
||||||
#sidenav
|
#sidenav
|
||||||
class="console-app__sidebar"
|
class="console-app__sidebar"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
<mat-nested-tree-node
|
<mat-nested-tree-node
|
||||||
*matTreeNodeDef="let node; when: hasChild"
|
*matTreeNodeDef="let node; when: hasChild"
|
||||||
(click)="onClick(node)"
|
(click)="onClick(node)"
|
||||||
|
tabindex="0"
|
||||||
|
(keyup.enter)="onClick(node)"
|
||||||
>
|
>
|
||||||
<div class="mat-tree-node" [class.active]="router.url.includes(node.path)">
|
<div class="mat-tree-node" [class.active]="router.url.includes(node.path)">
|
||||||
<button
|
<button
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |