Skip to content

Commit

Permalink
fix(datetime): apply opposite border-radius in RTL for Default and Bo…
Browse files Browse the repository at this point in the history
…otstrap themes
  • Loading branch information
silviyaboteva authored and joneff committed Jun 4, 2021
1 parent 780a1af commit 66c3abb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/default/scss/datetime/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
border-width: 0;
box-shadow: none !important; // sass-lint:disable-line no-important
}

[dir="rtl"] &,
.k-rtl & {
.k-dateinput-wrap {
@include border-right-radius-only( $input-border-radius );
}
}

}
}

Expand Down

0 comments on commit 66c3abb

Please sign in to comment.