Skip to content

Commit 0f5a7d8

Browse files
authored
S360/voiceover (#2866)
* S360 Expanded-collapsed menus voiceover * S360 Read only tab titles on tab group navigation
1 parent d540102 commit 0f5a7d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

desktop/src/@batch-flask/ui/metrics-monitor/metrics-monitor-metric/metrics-monitor-metric.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ng-template #preview>
22
<div class="preview">
3-
<div class="graph">
3+
<div class="graph" aria-hidden="true">
44
<ng-content select=[blMonitorGraphPreview]></ng-content>
55
</div>
66
<div class="info">

desktop/src/app/components/pool/graphs/heatmap/legend/nodes-heatmap-legend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</bl-clickable>
77
<div *ngIf="item.category">
88
<bl-clickable class="legend-item category" (do)="selectState(item.category, item.category)" [attr.aria-selected]="item.category === highlightedState" [class.highlighted]="item.category === highlightedState"
9-
(contextmenu)="openContextMenu(item)">
9+
(contextmenu)="openContextMenu(item)" [attr.aria-expanded]="item.category === expandedCategory">
1010
<div [style.backgroundColor]="item.color" class="color"></div>
1111
<div class="label">{{item.label}} ({{stateCounter.getCountforCategory(item.category)}})</div>
1212
<div class="category-expansion">

0 commit comments

Comments
 (0)