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
@@ -260,6 +260,8 @@ define([
|
||||
this.elements.dialog.classList.add('pg-el-container');
|
||||
$(this.elements.commands.close).attr('title', gettext('Close'));
|
||||
$(this.elements.commands.maximize).attr('title', gettext('Maximize'));
|
||||
$(this.elements.commands.close).attr('aria-label', gettext('Close'));
|
||||
$(this.elements.commands.maximize).attr('aria-label', gettext('Maximize'));
|
||||
alertifyDialogResized.apply(this, arguments);
|
||||
});
|
||||
this.set('onresize', alertifyDialogStartResizing.bind(this, true));
|
||||
|
||||
Reference in New Issue
Block a user