From 98b207e829462f5d9545d3d950aff6edf2460c8a Mon Sep 17 00:00:00 2001 From: Jason Fayre Date: Mon, 1 Jul 2024 14:06:32 -0400 Subject: [PATCH] MVC: remove aria-hidden from base dialogs (#7589) Aria-hidden attribute makes dialogs inaccessible for screen readers. --- src/opnsense/mvc/app/views/layout_partials/base_dialog.volt | 2 +- .../mvc/app/views/layout_partials/base_dialog_processing.volt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opnsense/mvc/app/views/layout_partials/base_dialog.volt b/src/opnsense/mvc/app/views/layout_partials/base_dialog.volt index 8ff45af1f..83776f4ba 100644 --- a/src/opnsense/mvc/app/views/layout_partials/base_dialog.volt +++ b/src/opnsense/mvc/app/views/layout_partials/base_dialog.volt @@ -55,7 +55,7 @@ {% endif %} {% endfor %} -