From 1e22b9e88481a8d9d848717553225f2dccaa6726 Mon Sep 17 00:00:00 2001 From: Xavier Desoindre Date: Tue, 26 Aug 2025 18:57:25 +0100 Subject: [PATCH] fix: add focus state on comparison list --- src/components/outils/CategorySimulator.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/outils/CategorySimulator.module.css b/src/components/outils/CategorySimulator.module.css index 560952376..2800824d2 100644 --- a/src/components/outils/CategorySimulator.module.css +++ b/src/components/outils/CategorySimulator.module.css @@ -41,6 +41,11 @@ } } + &:focus { + outline: solid 3px var(--primary-50); + outline-offset: -3px; + } + @media screen and (max-width: 29.875rem) { gap: 1rem; img {