Skip to content

Commit

Permalink
fix(search): scope styles to search-input class
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed May 2, 2018
1 parent 505a86d commit eb0cf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class SearchPage extends React.Component {
max-width: 200px;
}
div :global(input[type=search]) {
div :global(.search-input) {
border: none;
border-bottom: 2px solid ${colors.blue};
border-radius: 0;
Expand Down

0 comments on commit eb0cf44

Please sign in to comment.