Use focus-visibile for tab effects

This commit is contained in:
Jip Fr 2023-11-21 19:32:18 +01:00
parent 9f41228a0c
commit dccc8c363c

View File

@ -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');
}