mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Allow screen-reader to read relationship attributes for tab, tabpanels and tables under it. Similar changes are done for subnode controls.
2) Add role="img" for font icons. Fixes #4764
This commit is contained in:
committed by
Akshay Joshi
parent
e29ea15554
commit
f1a18749f6
@@ -2118,7 +2118,7 @@ define('tools.querytool', [
|
||||
alertify.confirm(
|
||||
gettext('Connection Warning'),
|
||||
'<p style="float:left">'+
|
||||
'<span class="fa fa-exclamation-triangle warn-icon" aria-hidden="true">'+
|
||||
'<span class="fa fa-exclamation-triangle warn-icon" aria-hidden="true" role="img">'+
|
||||
'</span>'+
|
||||
'</p>'+
|
||||
'<p style="display: inline-block;">'+
|
||||
|
||||
Reference in New Issue
Block a user