Skip to content

Commit

Permalink
fixing ios safari input issue #77
Browse files Browse the repository at this point in the history
  • Loading branch information
abidulrmdn committed Mar 25, 2017
1 parent 989bc2c commit 8486f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions y2bsearch/resources/assets/sass/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
border-radius: 0px;
input {
border-radius: 0px;
-webkit-appearance: none;
-webkit-border-radius: 0px;
}
& > .icon {
color: $color-dark-blue;
Expand Down

0 comments on commit 8486f1b

Please sign in to comment.