mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:55:07 +01:00
Use focus-visibile for tab effects
This commit is contained in:
parent
9f41228a0c
commit
dccc8c363c
@ -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');
|
||||
}
|
Loading…
Reference in New Issue
Block a user