Change search components classes and styling to match upstream

This commit is contained in:
Thibaut Girka
2019-06-27 22:30:55 +02:00
committed by ThibG
parent ca17bae904
commit 6ad870a410
5 changed files with 35 additions and 94 deletions

View File

@@ -317,7 +317,7 @@ export default class UI extends React.Component {
handleHotkeySearch = e => {
e.preventDefault();
const element = this.node.querySelector('.drawer--search input');
const element = this.node.querySelector('.search__input');
if (element) {
element.focus();