From dccc8c363ca80849bb004d36670795e7b4b5f2b4 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Tue, 21 Nov 2023 19:32:18 +0100 Subject: [PATCH] Use focus-visibile for tab effects --- src/setup/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/index.css b/src/setup/index.css index 6af17060..efec734f 100644 --- a/src/setup/index.css +++ b/src/setup/index.css @@ -215,7 +215,7 @@ input[type=range].styled-slider.slider-progress::-ms-fill-lower { display: none !important; } -.tabbable:focus { +.tabbable:focus-visible { outline: 2px solid theme('colors.themePreview.primary'); box-shadow: 0 0 10px theme('colors.themePreview.secondary'); } \ No newline at end of file