1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

Fix search area layout

This commit is contained in:
Kazu Yokomizo
2017-07-08 15:58:40 +09:00
parent f46a967b6e
commit 5047bc94eb
2 changed files with 6 additions and 11 deletions

View File

@@ -205,7 +205,6 @@ class TopBar extends React.Component {
>
<div styleName='control'>
<div styleName='control-search'>
<i styleName='control-search-icon' className='fa fa-search fa-fw' />
<div styleName='control-search-input'
onFocus={(e) => this.handleSearchFocus(e)}
onBlur={(e) => this.handleSearchBlur(e)}
@@ -216,7 +215,7 @@ class TopBar extends React.Component {
ref='searchInput'
value={this.state.search}
onChange={(e) => this.handleSearchChange(e)}
placeholder=''
placeholder='Search'
type='text'
className='searchInput'
/>