Skip to content

Commit

Permalink
fix(tabstrip): icons direction in rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and Juveniel committed Mar 2, 2023
1 parent 7be1e10 commit 7a9a730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/tabstrip/_layout.scss
Expand Up @@ -372,6 +372,11 @@
> .k-tabstrip-content { order: 0; }
}

.k-tabstrip-prev .k-button-icon,
.k-tabstrip-next .k-button-icon {
transform: scaleX(-1);
}

}

}
4 changes: 2 additions & 2 deletions packages/fluent/scss/tabstrip/_layout.scss
Expand Up @@ -339,8 +339,8 @@
> .k-tabstrip-content { order: 0; }
}

.k-tabstrip-prev,
.k-tabstrip-next {
.k-tabstrip-prev .k-button-icon,
.k-tabstrip-next .k-button-icon {
transform: scaleX(-1);
}

Expand Down

0 comments on commit 7a9a730

Please sign in to comment.