Re: [pgAdmin4][Patch]: RM 6317 - Toggle buttons are inaccessible

2021-03-18 Thread Akshay Joshi
Thanks, patch applied. On Wed, Mar 17, 2021 at 2:36 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #6317: Toggle buttons are > inaccessible. > > Our toggle buttons are not the HTML buttons but the combinations of HTML > tags whi

[pgAdmin4][Patch]: RM 6317 - Toggle buttons are inaccessible

2021-03-17 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #6317: Toggle buttons are inaccessible. Our toggle buttons are not the HTML buttons but the combinations of HTML tags which function as a toggle button. As the toggle button itself doesn't have a label/title as it wrapped around a div, we have pro