mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Use :focus-within instead of :has for better legacy support
This commit is contained in:
parent
9397352e98
commit
0b5354164b
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ button.inline {
|
|||
}
|
||||
}
|
||||
|
||||
&:has(input[type="search"]:focus) {
|
||||
&:focus-within {
|
||||
outline: 5px auto Highlight;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue