@progress/kendo-theme-default 4.42.0-dev.0 → 4.42.1-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -455,6 +455,27 @@
455
455
  }
456
456
 
457
457
 
458
+ @include exports( "pivotgrid/layout/export" ) {
459
+
460
+ .k-pdf-export-shadow {
461
+
462
+ .k-pivotgrid {
463
+ height: auto !important; // sass-lint:disable-line no-important
464
+ }
465
+
466
+ .k-pivotgrid-values {
467
+ height: auto;
468
+ overflow: visible;
469
+ }
470
+
471
+ .k-pivotgrid-column-headers .k-pivotgrid-table {
472
+ padding-inline-end: 0;
473
+ }
474
+
475
+ }
476
+ }
477
+
478
+
458
479
  @include exports("pivotgrid/layout/legacy") {
459
480
 
460
481
  .k-pivot {
@@ -298,10 +298,6 @@
298
298
  border-width: 1px;
299
299
  }
300
300
  }
301
-
302
- .k-separator {
303
- height: 0;
304
- }
305
301
  }
306
302
 
307
303
  .k-virtual-content {
@@ -5,6 +5,7 @@
5
5
  @include border-radius( $searchbox-border-radius );
6
6
  border-width: 1px;
7
7
  border-style: solid;
8
+ box-sizing: border-box;
8
9
  font-family: $searchbox-font-family;
9
10
  font-size: $searchbox-font-size;
10
11
  line-height: $searchbox-line-height;
@@ -679,10 +679,6 @@
679
679
  .k-spreadsheet-popup {
680
680
  padding: 0;
681
681
 
682
- .k-separator {
683
- display: block;
684
- }
685
-
686
682
  .k-button {
687
683
  @include border-radius( 0 );
688
684
  border-width: 0;
@@ -93,6 +93,11 @@
93
93
  $_selector-suffix: if( $radius == default, "", "-#{$radius}" );
94
94
 
95
95
  .k-#{$_selector-base}#{$_selector-suffix} {
96
+ @each $prop in $props {
97
+ #{$prop}: $value;
98
+ }
99
+ }
100
+ .\!k-#{$_selector-base}#{$_selector-suffix} {
96
101
  @each $prop in $props {
97
102
  #{$prop}: $value !important;
98
103
  }
@@ -129,6 +129,7 @@
129
129
  }
130
130
 
131
131
  // Buttons Layout
132
+ .k-window-buttons,
132
133
  .k-window-buttongroup {
133
134
  @include border-bottom-radius( $window-border-radius );
134
135
  padding: $window-buttongroup-padding-y $window-buttongroup-padding-x;