From fbb24503d511bc2539ac96de20b948cc96896d18 Mon Sep 17 00:00:00 2001 From: Carmino <55787745+DeschuijmereCarmino@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:56:08 +0200 Subject: [PATCH] update --- css/screen.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/screen.css b/css/screen.css index 72fe10d..3169272 100644 --- a/css/screen.css +++ b/css/screen.css @@ -802,6 +802,11 @@ input::placeholder { ); border: none; } + + .c-option--hidden:focus + .c-custom-option, + .c-option--hidden:active + .c-custom-option{ + --custom-option-boxShadow: 0 0 0 3px var(--global-color-alpha); + } } .c-custom-option:hover {