Skip to content

Commit

Permalink
Change selectbox font size to 16px to prevent zooming in mobile when …
Browse files Browse the repository at this point in the history
…focused
  • Loading branch information
zvuc committed Aug 20, 2015
1 parent bbb0862 commit 3028903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ select.animationlist {
box-shadow: 0 0 0 1px #aaa inset;
line-height: 22px;
vertical-align: top;
font-size: 1rem;
font-size: 16px;
border-radius: 0;
cursor: pointer;
outline: none;
Expand Down
2 changes: 1 addition & 1 deletion demo.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ select.animationlist {
box-shadow: 0 0 0 1px #aaa inset;
line-height: 22px;
vertical-align: top;
font-size: 1rem;
font-size: 16px;
border-radius: 0;
cursor: pointer;
outline: none;
Expand Down

0 comments on commit 3028903

Please sign in to comment.