From 7038cc1d59e037e4340e4a2878c2d640124dd5f1 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Sun, 15 Mar 2026 17:18:31 +0200 Subject: [PATCH] Added focus-visible outline to notices in the day overview --- src/components/ServiceDayTooltip.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/ServiceDayTooltip.ts b/src/components/ServiceDayTooltip.ts index 5b0484a..d206a9d 100644 --- a/src/components/ServiceDayTooltip.ts +++ b/src/components/ServiceDayTooltip.ts @@ -107,7 +107,9 @@ export class ServiceDayTooltip extends Component { const style = ServiceRow.STATUS_STYLES[n.impact]; const duration = ServiceDayTooltip.duration(n.duration()); return html` -
  • +
  • ${style.label}
    - ${n + ${n .name}