Skip to content

Commit

Permalink
fix: cleaned up Search styles to use $brand_color
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorfine-zendesk authored and luis-almeida committed Mar 14, 2022
1 parent 7f95d4f commit e81f8ff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions styles/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ $padding-right: 20px;
input[type="search"],
.clear-button {
background-color: #fff;
// border-color: $border-color;
border-radius: 30px;
border: none;
// border-style: solid;
// border-width: 1px;

// &:focus {
// border-color: $brand_color;
// }
}

&-full input[type="search"],
Expand Down Expand Up @@ -78,7 +71,7 @@ $padding-right: 20px;
padding: 0 15px;

&:hover {
background-color: $brand-color;
background-color: $brand_color;
color: #fff;
}

Expand Down

0 comments on commit e81f8ff

Please sign in to comment.