Skip to content

Commit

Permalink
fix(grid): do not apply styles for nested dateinput
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Jun 4, 2021
1 parent 2bf9bfb commit 780a1af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/material/scss/grid/_layout.scss
Expand Up @@ -203,6 +203,20 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
}
}

// Nested dateinput
.k-datepicker,
.k-timepicker,
.k-datetimepicker {
&[dir="rtl"] .k-picker-wrap .k-dateinput-wrap,
&.k-rtl .k-picker-wrap .k-dateinput-wrap,
.k-picker-wrap .k-dateinput-wrap {
border-radius: 0;
border-width: 0;
padding-left: 0;
padding-right: 0;
}
}

.k-combobox {
.k-dropdown-wrap {
border-radius: $text-field-radius;
Expand Down

0 comments on commit 780a1af

Please sign in to comment.