From e10090b9efc9bffe6166439961756d9a3830f439 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 17 May 2026 22:51:48 +0200 Subject: [PATCH] style(login): banner has an aria-hidden warning icon Color-blind reader cohort (8% of men) on a phone in sunlight cannot rely on amber alone to parse the banner as a warning. Add a Heroicons-style exclamation-triangle SVG, aria-hidden because the heading text already conveys the meaning to assistive tech. Addresses PR #612 / Leonie L2. Co-Authored-By: Claude Opus 4.7 --- frontend/src/routes/login/+page.svelte | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/login/+page.svelte b/frontend/src/routes/login/+page.svelte index ad01e5a0..7771b7e7 100644 --- a/frontend/src/routes/login/+page.svelte +++ b/frontend/src/routes/login/+page.svelte @@ -45,10 +45,24 @@ let {
-

{m.error_session_expired()}

-

{m.error_session_expired_explainer()}

+ +
+

{m.error_session_expired()}

+

{m.error_session_expired_explainer()}

+
{/if}