Fix select tab focus style

This commit is contained in:
Tetrakern 2024-11-26 02:11:13 +01:00
parent 9ea18e184e
commit 7ee63c9869
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,8 @@ a:focus-visible img,
box-shadow: var(--in-focus-box-shadow); box-shadow: var(--in-focus-box-shadow);
} }
*:not(.checkmark):focus-visible { *:not(.checkmark, select):focus-visible,
.user-is-tabbing select:focus-visible {
color: var(--in-focus-color) !important; color: var(--in-focus-color) !important;
} }