mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add tabindex 0 to search bar icon for direct focus
This commit is contained in:
parent
b754b1e052
commit
a54983c339
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
|
||||||
type="button"
|
type="button"
|
||||||
className={styles.actionButton}
|
className={styles.actionButton}
|
||||||
onClick={focusInput}
|
onClick={focusInput}
|
||||||
|
tabIndex={-1}
|
||||||
>
|
>
|
||||||
<SearchIcon />
|
<SearchIcon />
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue