From 8042d79652020da65839d8703cd756e3e5b42cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Thu, 24 Feb 2022 18:26:36 +0100 Subject: [PATCH] Add focus style for form choice links --- src/styles/components/_form-choices.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/components/_form-choices.scss b/src/styles/components/_form-choices.scss index 0e65287..ee1696b 100644 --- a/src/styles/components/_form-choices.scss +++ b/src/styles/components/_form-choices.scss @@ -55,7 +55,8 @@ 100% { background-position: 200% 0; } } - &:hover { + &:hover, + &:focus-visible { background-color: colors.$yellow-600; background-image: linear-gradient( -45deg,