makes CMD+F clickable

This commit is contained in:
@wwwjim 2020-11-15 18:53:51 -08:00
parent de50a08a2c
commit 7c0953b4c7

View File

@ -256,7 +256,7 @@ export default class ApplicationHeader extends React.Component {
<span css={STYLES_MARGIN_LEFT} onClick={this._handleCreateSearch}>
<SVG.Search height="24px" />
</span>
<span css={STYLES_MOBILE_HIDDEN}>
<span css={STYLES_MOBILE_HIDDEN} onClick={this._handleCreateSearch}>
<span
css={STYLES_ICON_ELEMENT}
style={{ marginLeft: 16, color: Constants.system.border, cursor: "pointer" }}