Skip to content

Commit

Permalink
fix(text-field): Reordered mixin include in text area label.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored and Kenneth G. Franqueiro committed May 25, 2018
1 parent 3727dce commit 8de0d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,11 @@
.mdc-floating-label {
@include mdc-floating-label-fill-color($mdc-textarea-background);
@include mdc-rtl-reflexive(left, 1px, right, 0);
@include mdc-rtl-reflexive-property(margin, 8px, 0);

top: $label-offset-y;
bottom: auto;
margin-top: 2px;
@include mdc-rtl-reflexive-property(margin, 8px, 0);
padding: 12px 8px 8px 8px;
line-height: 1.15;
pointer-events: none;
Expand Down

0 comments on commit 8de0d23

Please sign in to comment.