diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-05-21 17:11:17 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-05-21 17:11:17 -0400 |
| commit | 2f1e56285750bcce6820ba2e1f24b7ad112b9db4 (patch) | |
| tree | 9e5858dfa9008990d6cf8ab4d2e11dbc91a536c5 /src/client/views/SearchBox.tsx | |
| parent | 33c29d0e58c1b083e72df7e7fd81bb130f46bd2a (diff) | |
search bar ui fixes
Diffstat (limited to 'src/client/views/SearchBox.tsx')
| -rw-r--r-- | src/client/views/SearchBox.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/SearchBox.tsx b/src/client/views/SearchBox.tsx index 0ec1a6758..911fc8d9c 100644 --- a/src/client/views/SearchBox.tsx +++ b/src/client/views/SearchBox.tsx @@ -171,8 +171,8 @@ export class SearchBox extends React.Component { <input value={this.searchString} onChange={this.onChange} type="text" placeholder="Search..." className="searchBox-barChild searchBox-input" onKeyPress={this.enter} style={{ width: this._resultsOpen ? "500px" : undefined }} /> - <button className="searchBox-barChild searchBox-filter" onClick={this.toggleFilterDisplay}>Filter</button> - <FontAwesomeIcon icon="search" size="lg" className="searchBox-barChild searchBox-submit" /> + {/* <button className="searchBox-barChild searchBox-filter" onClick={this.toggleFilterDisplay}>Filter</button> */} + {/* <FontAwesomeIcon icon="search" size="lg" className="searchBox-barChild searchBox-submit" /> */} </div> {this._resultsOpen ? ( <div className="searchBox-results"> |
