Skip to content

Commit

Permalink
update(icon): add styling support for md-icon with textarea.
Browse files Browse the repository at this point in the history
Closes angular#3955.
  • Loading branch information
lightswitch05 authored and kennethcachia committed Sep 23, 2015
1 parent 1deba74 commit 728b40d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,14 @@ md-input-container.md-icon-float {
> md-icon {
top: 26px;
left: 2px;
+ input {
+ input,
+ textarea {
margin-left: $icon-offset;
}
}

> input {
> input,
> textarea {
padding-top : $input-line-height - $input-container-padding;
}

Expand Down

0 comments on commit 728b40d

Please sign in to comment.