From 3688d5ece8b909be67d9f175c0a2c45fdf0b4ea9 Mon Sep 17 00:00:00 2001 From: Bianca Widstam Date: Mon, 9 Jun 2025 12:37:34 +0000 Subject: [PATCH] Merged in fix/SW-2155-accessibility-change-focus-color (pull request #2313) fix(SW-2155): accessibility change focus color on select * fix(SW-2155): accessibility change focus color on select Approved-by: Christian Andolf --- .../components/TempDesignSystem/Select/select.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/scandic-web/components/TempDesignSystem/Select/select.module.css b/apps/scandic-web/components/TempDesignSystem/Select/select.module.css index 9efb5af5a..b048bc536 100644 --- a/apps/scandic-web/components/TempDesignSystem/Select/select.module.css +++ b/apps/scandic-web/components/TempDesignSystem/Select/select.module.css @@ -11,7 +11,7 @@ } .select[data-focused="true"] { - border: 1px solid var(--Scandic-Blue-90); + border: 1px solid var(--Border-Interactive-Focus); outline: none; } @@ -20,7 +20,7 @@ outline: none; } .select[data-focus-visible="true"].discreet { - border: 1px solid var(--Scandic-Blue-90); + border: 1px solid var(--Border-Interactive-Focus); } .select.discreet {