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

fix(floating-label): Add @noflip annotation to floating label #2696

Merged
merged 3 commits into from
May 15, 2018

Conversation

TedSander
Copy link
Contributor

Add @NoFlip annotation so that post RTL CSS processors do not change the values since they are already flipped for RTL.

Closes #2695

Add @NoFlip annotation so that post RTL CSS processors do not change the values since they are already flipped for RTL.
right: 0;
/* @noflip */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra line above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

left: auto;
/* @noflip */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra line above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@aprigogin aprigogin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this Ted.

@TedSander TedSander changed the title Add @noflip annotation to floating label fix(floating-label): Add @noflip annotation to floating label May 14, 2018
@TedSander
Copy link
Contributor Author

Ping is the tree open again?

@kfranqueiro kfranqueiro merged commit d9d695a into material-components:master May 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants