mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added aria-label attribute wherever missing for accessibility.
This commit is contained in:
committed by
Akshay Joshi
parent
37f76142fb
commit
8c4dff057f
@@ -56,6 +56,7 @@ try {
|
||||
accesskey=""
|
||||
tabindex="0"
|
||||
autofocus="autofocus"
|
||||
aria-label="{{ gettext('Step into') }}"
|
||||
disabled>
|
||||
<i class="fa fa-indent sql-icon-lg"></i>
|
||||
</button>
|
||||
@@ -63,6 +64,7 @@ try {
|
||||
title=""
|
||||
accesskey=""
|
||||
tabindex="0"
|
||||
aria-label="{{ gettext('Step over') }}"
|
||||
disabled>
|
||||
<i class="fa fa-outdent sql-icon-lg"></i>
|
||||
</button>
|
||||
@@ -70,6 +72,7 @@ try {
|
||||
title=""
|
||||
accesskey=""
|
||||
tabindex="0"
|
||||
aria-label="{{ gettext('Continue/Start') }}"
|
||||
disabled>
|
||||
<i class="fa fa-play-circle sql-icon-lg"></i>
|
||||
</button>
|
||||
@@ -79,6 +82,7 @@ try {
|
||||
title=""
|
||||
accesskey=""
|
||||
tabindex="0"
|
||||
aria-label="{{ gettext('Toggle breakpoint') }}"
|
||||
disabled>
|
||||
<i class="fa fa-circle sql-icon-lg"></i>
|
||||
</button>
|
||||
@@ -86,6 +90,7 @@ try {
|
||||
title=""
|
||||
accesskey=""
|
||||
tabindex="0"
|
||||
aria-label="{{ gettext('Clear all breakpoints') }}"
|
||||
disabled>
|
||||
<i class="fa fa-ban sql-icon-lg"></i>
|
||||
</button>
|
||||
@@ -95,6 +100,7 @@ try {
|
||||
accesskey=""
|
||||
title=""
|
||||
tabindex="0"
|
||||
aria-label="{{ gettext('Stop') }}"
|
||||
disabled>
|
||||
<i class="fa fa-stop-circle sql-icon-lg"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user