Skip to content

Commit

Permalink
fix(switch): switch should accept k-rtl modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed May 23, 2022
1 parent 3103874 commit db182a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/switch/_layout.scss
Expand Up @@ -142,6 +142,7 @@
// RTL
.k-switch[dir="rtl"],
[dir="rtl"] .k-switch,
.k-switch.k-rtl,
.k-rtl .k-switch {

.k-switch-thumb {
Expand Down

0 comments on commit db182a6

Please sign in to comment.