mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add heading hierarchy to Management landing page and role='group' to panels to aid screen reader accessibility. (#19777)
This commit is contained in:
parent
8657a9e61b
commit
2f63db23f8
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@
|
|||
ng-repeat="section in sections"
|
||||
class="page-row"
|
||||
>
|
||||
<div class="kuiPanel management-panel">
|
||||
<div class="kuiPanel management-panel" role="group">
|
||||
<div class="kuiPanelHeader">
|
||||
<div class="kuiPanelHeaderSection">
|
||||
<div
|
||||
class="management-panel__heading-icon management-panel__heading-icon--{{::section.id}}"
|
||||
></div>
|
||||
<div class="kuiPanelHeader__title">
|
||||
<h3 class="kuiPanelHeader__title">
|
||||
{{::section.display}}
|
||||
</div>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue