Skip to content

Commit

Permalink
fix(colorpicker): wrong rtl style in color-gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
PaskalevStoyan authored and joneff committed Jul 9, 2021
1 parent 840f57e commit cb3003a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/default/scss/colorpicker/_layout.scss
Expand Up @@ -392,12 +392,11 @@
margin-top: ($colorpicker-margin * 2);
text-align: center;
}
}

.k-rtl,
[dir="rtl"] {
.k-flatcolorpicker {

.k-rtl &,
&[dir="rtl"],
[dir="rtl"] & {
.k-sliders-wrap.k-hbox {
margin-left: 0;
margin-right: $colorpicker-margin;
Expand All @@ -418,7 +417,6 @@
right: auto;
left: 0;
}

}
}
}
Expand Down

0 comments on commit cb3003a

Please sign in to comment.