Skip to content

Commit

Permalink
fix(fab): add RTL styles for Angular FAB
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Jan 6, 2021
1 parent 9a5e015 commit cd9cd76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/default/scss/fab/_layout.scss
Expand Up @@ -161,7 +161,8 @@
@include exports("fab/layout/rtl") {

.k-rtl .k-fab,
.k-fab[dir="rtl"] {
.k-fab[dir="rtl"],
[dir="rtl"] .k-fab {
direction: rtl;

.k-fab-icon {
Expand Down

0 comments on commit cd9cd76

Please sign in to comment.