Skip to content

Commit

Permalink
fix(input): remove ios border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Nov 3, 2016
1 parent acd26e6 commit 7ec7905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/mobile-input/mobile-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mobile-input{
width:100% !important;
border:none !important;
border-bottom:1px solid #757575 !important;
border-radius:0 !important;
}
input:focus { outline:none !important; }

Expand Down

0 comments on commit 7ec7905

Please sign in to comment.