Skip to content

Commit

Permalink
Fix inverted check mark in filter (#1510)
Browse files Browse the repository at this point in the history
J=SLAP-1519
TEST=manual

see that check mark is not inverted in filter box from en and ar locale
  • Loading branch information
yen-tt committed Aug 16, 2021
1 parent fe2e360 commit f5edead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/sass/modules/_FilterOptions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
border-right: 1px solid $color-brand-hover;
border-bottom: 1px solid $color-brand-hover;
border-color: var(--yxt-filter-options-checkmark-color);
Expand Down

0 comments on commit f5edead

Please sign in to comment.