diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-27 22:30:55 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-06-28 11:13:41 +0200 |
commit | 6ad870a410c7379eb8f3e719f3ad217354691546 (patch) | |
tree | 966dd007e9a6fc3a1998692d3f655131de051048 /app/javascript/flavours/glitch/features/ui | |
parent | ca17bae904783dfb1f4899a533d28a79da0c6fe9 (diff) |
Change search components classes and styling to match upstream
Diffstat (limited to 'app/javascript/flavours/glitch/features/ui')
-rw-r--r-- | app/javascript/flavours/glitch/features/ui/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/ui/index.js b/app/javascript/flavours/glitch/features/ui/index.js index 787488db4..e072c22ec 100644 --- a/app/javascript/flavours/glitch/features/ui/index.js +++ b/app/javascript/flavours/glitch/features/ui/index.js @@ -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(); |