mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed some accessibility issues in the dialogs:
1) Aria-label additions at few missing places. 2) Label additions with 'sr-only' class where hidden labels required. 3) Converted label to span to solve accessibility error. Fixes #4608
This commit is contained in:
committed by
Akshay Joshi
parent
83785da1bc
commit
96361656e4
@@ -38,6 +38,7 @@ export class RestoreDialogWrapper extends DialogWrapper {
|
||||
type: 'button',
|
||||
url: 'backup.html',
|
||||
label: gettext('Restore'),
|
||||
'aria-label': gettext('Object Help'),
|
||||
},
|
||||
}, {
|
||||
text: '',
|
||||
|
||||
Reference in New Issue
Block a user