search bar no rounded corners on webkit
This commit is contained in:
parent
c42480b364
commit
3ab5138979
|
@ -4,3 +4,8 @@ input,
|
|||
button {
|
||||
font-family: $primary-font;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue