Skip to content

Commit

Permalink
style(search): keep constrast consistent within search button
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Aug 25, 2020
1 parent 9e1a9e1 commit 65f6460
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/components/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,23 @@ const Search = () => (
.DocSearch-Button {
margin: 10px;
height: 39px;
&:hover .DocSearch-Search-Icon,
&:active .DocSearch-Search-Icon,
&:focus .DocSearch-Search-Icon {
color: var(--docsearch-text-color);
}
.DocSearch-Search-Icon {
width: 28px;
color: var(--docsearch-muted-color);
}
}
.DocSearch-Button-Placeholder {
width: 100%;
text-align: left;
}
.DocSearch-Search-Icon {
width: 28px;
}
.DocSearch-Modal {
a {
border-bottom-style: none;
Expand Down

0 comments on commit 65f6460

Please sign in to comment.