Skip to content

Commit

Permalink
fix(md-input): set left: 0 for MS Edge (only has an effect when using…
Browse files Browse the repository at this point in the history
… md-colors), fix #244
  • Loading branch information
Thanood committed Aug 31, 2016
1 parent c75d8d4 commit 02122e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/colors/md-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
}

/* text input */
md-input .input-field label {
left: 0;
}
md-input .input-field input[type=text]:focus {
border-bottom: 1px solid ${mdAccentColor};
box-shadow: 0 1px 0 0 ${mdAccentColor};
Expand Down

0 comments on commit 02122e2

Please sign in to comment.