From 69f8ba5b97ce561c79f15240140abf5baf6c58dc Mon Sep 17 00:00:00 2001 From: Andrei Bachinin Date: Sun, 21 Jan 2024 15:54:02 -0700 Subject: [PATCH] Text input focus, Checkbox focus are fixed. --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 39c0af6..52e1119 100644 --- a/styles/style.css +++ b/styles/style.css @@ -307,7 +307,7 @@ ol { outline: none; } -.search-form__label:has(.search-form__textfield:focus-visible) { +.search-form__label:has(:focus-visible) { outline: 1px solid #fff; outline-offset: 1px; }