fix: fixing direction of icon for user convenience and better UI/UX in RTL mode (this commit doesn't affect UI/UX in LTR mode)

This commit is contained in:
Alimadadi 2019-11-05 12:27:27 +03:30
parent ce58a9bb53
commit bae22bca9a

View file

@ -11,6 +11,7 @@
top: 1.5rem;
@include nb-ltr(right, 1.5rem);
@include nb-rtl(left, 1.5rem);
@include nb-rtl(transform, scaleX(-1));
cursor: pointer;
background-color: transparent;
z-index: 2;