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:29:01 +03:30
parent bae22bca9a
commit b9b87301a3

View file

@ -20,6 +20,7 @@
::ng-deep .row-toggle-button {
color: nb-theme(text-basic-color);
@include nb-rtl(transform, scaleX(-1));
}
.nb-tree-grid-header-cell,