Skip to content

Commit

Permalink
fix(dialog): Add noflip annotations for GSS compiler. (#4769)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyzhong authored May 29, 2019
1 parent 2e03e17 commit d190372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mdc-dialog/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
overflow-y: auto;

@include mdc-rtl(".mdc-dialog") {
/* @noflip */
text-align: right;
}
}
Expand All @@ -128,6 +129,7 @@
border-bottom: 1px solid transparent;

@include mdc-rtl(".mdc-dialog") {
/* @noflip */
text-align: right;
}
}
Expand Down Expand Up @@ -240,9 +242,11 @@

@include mdc-feature-targets($feat-structure) {
max-width: 100%; // Prevent long text from overflowing parent element in IE 11
/* @noflip */
text-align: right;

@include mdc-rtl(".mdc-dialog") {
/* @noflip */
text-align: left;
}
}
Expand Down

0 comments on commit d190372

Please sign in to comment.