Skip to content

Commit

Permalink
fix(md-input): fix floating label styles (revert older fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Aug 1, 2016
1 parent d4ed6a0 commit 8039847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/input.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
md-input .input-field label {
/*md-input .input-field label {
transform: translateX(-11px);
}
md-input .input-field label.active {
transform: translateX(-11px) translateY(-140%);
}
}*/

0 comments on commit 8039847

Please sign in to comment.