Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore(textfield): add @NoFlip to end-alignment CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncLiz committed Jan 3, 2020
1 parent f98c177 commit 3c3d7b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -812,9 +812,11 @@
@mixin mdc-text-field-end-aligned_ {
.mdc-text-field__input {
// IE11 does not support text-align: end
/* @noflip */
text-align: right;

@include mdc-rtl {
/* @noflip */
text-align: left;
}
}
Expand Down

0 comments on commit 3c3d7b6

Please sign in to comment.