Skip to content

Commit

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

see that check mark is not inverted in full page map from en and ar locale
  • Loading branch information
yen-tt authored Aug 16, 2021
1 parent 9a0d5a8 commit 9c2a179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/scss/answers/interactive-map/VerticalFullPageMap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,11 @@
left: -20px;
width: 4px;
height: 12px;
transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%) #{"/*rtl:rotate(45deg) translateX(-100%)*/"};
border-left-color: var(--yxt-filter-options-checkmark-color);
border-bottom: .0625rem solid #0c5ecb;
border-bottom-color: var(--yxt-filter-options-checkmark-color);
/*!rtl:ignore*/
border-right: .0625rem solid #0c5ecb;
border-right-color: var(--yxt-filter-options-checkmark-color);
border-top-color: var(--yxt-filter-options-checkmark-color);
Expand Down

0 comments on commit 9c2a179

Please sign in to comment.