Fix select tab focus style
This commit is contained in:
parent
9ea18e184e
commit
7ee63c9869
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user