From 931bff35044938163012c81ab570d7be587a5a28 Mon Sep 17 00:00:00 2001 From: kurilova Date: Thu, 16 May 2024 13:32:49 +0000 Subject: [PATCH] Fix style to allow screen reader to read label --- modules/ui/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/src/styles.scss b/modules/ui/src/styles.scss index 4b5a7324e..48fe49970 100644 --- a/modules/ui/src/styles.scss +++ b/modules/ui/src/styles.scss @@ -107,7 +107,7 @@ mat-hint { .mdc-button__label { position: relative; left: -999px; - display: none; + overflow: hidden; } }