]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=Manishearth
authorTyler Mandry <tmandry@gmail.com>
Fri, 11 Dec 2020 05:33:17 +0000 (21:33 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Dec 2020 05:33:17 +0000 (21:33 -0800)
Make search results tab and help button focusable with keyboard

Fixes https://github.com/rust-lang/rust/issues/79859.

I replaced the element with `button` tag, which allows to focus them (and "click" on them using "enter") using only the keyboard.

cc ``@sersorrel``

r? ``@Manishearth``


Trivial merge