Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inverted check mark in filter #1510

Merged
merged 1 commit into from
Aug 16, 2021
Merged

Fix inverted check mark in filter #1510

merged 1 commit into from
Aug 16, 2021

Conversation

yen-tt
Copy link
Contributor

@yen-tt yen-tt commented Aug 13, 2021

J=SLAP-1519
TEST=manual

see that check mark is not inverted in filter box from en and ar locale

J=SLAP-1519
TEST=manual

see that check mark is not inverted in filter box from en and ar locale
@@ -170,7 +170,8 @@
left: -20px;
width: 3px;
height: 9px;
transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%) #{"/*rtl:rotate(45deg) translateX(-100%)*/"};
/*!rtl:ignore*/
Copy link
Contributor

Choose a reason for hiding this comment

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

is this ignoring the border-right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yup

Copy link
Member

Choose a reason for hiding this comment

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

For my own edification, why do we need to ignore the border for RTL?

Copy link
Contributor Author

@yen-tt yen-tt Aug 16, 2021

Choose a reason for hiding this comment

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

rtl plugin would change this right border styling to left border styling. But we want the right border to show instead of the left one so it's not inverted when we rotate/translate the symbol

Copy link
Contributor

Choose a reason for hiding this comment

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

ohh I see ignoring is different than removing, I thought this would just remove the line for rtl

@yen-tt yen-tt merged commit f5edead into develop Aug 16, 2021
@yen-tt yen-tt deleted the dev/checkmark-flipped branch August 16, 2021 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants