mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
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:
parent
bae22bca9a
commit
b9b87301a3
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue