From 2d529a49bd47eda154a109c15e320d7483abd8c5 Mon Sep 17 00:00:00 2001 From: haliphax Date: Tue, 12 Nov 2024 17:12:35 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20hide=20icons=20in=20dialogs=20fr?= =?UTF-8?q?om=20screen=20readers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/front-end/app/components/dialogs.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/front-end/app/components/dialogs.vue b/src/front-end/app/components/dialogs.vue index d895b28..11eb17d 100644 --- a/src/front-end/app/components/dialogs.vue +++ b/src/front-end/app/components/dialogs.vue @@ -66,7 +66,10 @@ export default Dialogs; Alert

{{ dialogText }}

- +
@@ -77,9 +80,13 @@ export default Dialogs; Confirm

{{ dialogText }}

- +