frontend: Fix unnecessary aria-hidden assignments in informational overlay modals.

Fixes #6024.
This commit is contained in:
Vaida Plankyte 2017-08-04 15:42:15 +01:00 committed by Tim Abbott
parent ca19cb6900
commit 4b728eda1b
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<div class="overlay-modal" id="keyboard-shortcuts" tabindex="-1" role="dialog"
aria-label="{{ _('Keyboard shortcuts') }}" aria-hidden="true">
aria-label="{{ _('Keyboard shortcuts') }}">
<div class="modal-body" tabindex="0">
<div>
<table class="hotkeys_table table table-striped table-bordered table-condensed">

View File

@ -1,5 +1,5 @@
<div class="overlay-modal hide" id="markdown-help" tabindex="-1" role="dialog"
aria-label="{{ _('Message formatting') }}" aria-hidden="true">
aria-label="{{ _('Message formatting') }}">
<div class="modal-body" tabindex="0">
<div id="markdown-instructions">
<table class="table table-striped table-condensed table-rounded table-bordered help-table">

View File

@ -1,5 +1,5 @@
<div class="overlay-modal hide" id="search-operators" tabindex="-1" role="dialog"
aria-label="{{ _('Search operators') }}" aria-hidden="true">
aria-label="{{ _('Search operators') }}">
<div class="modal-body" tabindex="0">
<table class="table table-striped table-condensed table-rounded table-bordered help-table">
<thead>