mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Use focus-visibile for tab effects
This commit is contained in:
parent
9f41228a0c
commit
dccc8c363c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue