Merge pull request #2624 from cmgustavo/bug/input-transition

Removes transition on inputs:focus
This commit is contained in:
Matias Alejo Garcia 2015-04-24 16:46:58 -03:00
commit b622f3bfd4
2 changed files with 6 additions and 4 deletions

View file

@ -101,16 +101,16 @@ _:-ms-fullscreen, :root .main {
}
.tab-bar-section.middle {
left: 3.8125rem;
right: 3.8125rem;
left: 4.7rem;
right: 4.7rem;
}
.left-small {
width: 3.8125rem;
width: 4.7rem;
}
.right-small {
width: 3.8125rem;
width: 4.7rem;
text-align: right;
}