From f63e6a227bf7db6fda00dcc2ca843288a55c24af Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 19 Sep 2023 17:17:01 +0100 Subject: [PATCH] style: use thinner focus styling --- frontend/src/styles/inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/inputs.scss b/frontend/src/styles/inputs.scss index 85915bc29..4f3d36c34 100644 --- a/frontend/src/styles/inputs.scss +++ b/frontend/src/styles/inputs.scss @@ -57,7 +57,7 @@ input[type="range"] { } } &:focus-visible { - box-shadow: 0 0 0 0.15em var(--text-color); + box-shadow: 0 0 0 0.1em var(--bg-color), 0 0 0 0.2em var(--text-color); } }