RTL: fix image resizing handles in RTL mode #3909
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Prevent the handle positions in the CSS from being flipped in RTL mode.
This is necessary after #3844 since the position of the handles is handled in JS.
Screenshots (jpeg or gifs if applicable):
Before:
![screen shot 2017-12-11 at 16 06 59](https://user-images.githubusercontent.com/844866/33835626-bc39346a-de8f-11e7-90e9-be27addb91a5.png)
After:
![screen shot 2017-12-11 at 16 18 15](https://user-images.githubusercontent.com/844866/33835621-b9c19a7e-de8f-11e7-81e6-9a5a2d47aaaa.png)
Types of changes
CSS change to prevent automatic flipping of CSS properties.
The
!
before the rtlcss directive is necessarysince the positions are set in the css withActually, because of scss.!important
.Checklist: