Skip to content

Commit

Permalink
fix(SerchButton): remove custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Oct 3, 2018
1 parent 69ceb88 commit c1243b6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ const Disclaimer = () => (
);

const FormSearchButton = () => (
<button
type="submit"
className="btn btn__img btn__img__search"
style={{
maxHeight: 36,
flex: "1 0 38px"
}}
>
<button type="submit" className="btn btn__img btn__img__search">
<span className="hidden">Rechercher</span>
</button>
);
Expand Down

0 comments on commit c1243b6

Please sign in to comment.