Skip to content

Commit e81f8ff

Browse files
jgorfine-zendeskluis-almeida
authored andcommitted
fix: cleaned up Search styles to use $brand_color
1 parent 7f95d4f commit e81f8ff

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

styles/_search.scss

+1-8
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,8 @@ $padding-right: 20px;
2323
input[type="search"],
2424
.clear-button {
2525
background-color: #fff;
26-
// border-color: $border-color;
2726
border-radius: 30px;
2827
border: none;
29-
// border-style: solid;
30-
// border-width: 1px;
31-
32-
// &:focus {
33-
// border-color: $brand_color;
34-
// }
3528
}
3629

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

8073
&:hover {
81-
background-color: $brand-color;
74+
background-color: $brand_color;
8275
color: #fff;
8376
}
8477

0 commit comments

Comments
 (0)