Browse Source

Use focus-visibile for tab effects

pull/497/head
Jip Fr 2 years ago
parent
commit
dccc8c363c
  1. 2
      src/setup/index.css

2
src/setup/index.css

@ -215,7 +215,7 @@ input[type=range].styled-slider.slider-progress::-ms-fill-lower {
display: none !important; display: none !important;
} }
.tabbable:focus { .tabbable:focus-visible {
outline: 2px solid theme('colors.themePreview.primary'); outline: 2px solid theme('colors.themePreview.primary');
box-shadow: 0 0 10px theme('colors.themePreview.secondary'); box-shadow: 0 0 10px theme('colors.themePreview.secondary');
} }
Loading…
Cancel
Save