@progress/kendo-theme-default 5.1.2-dev.4 → 5.1.2-dev.5

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.
package/dist/all.css CHANGED
@@ -28597,6 +28597,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28597
28597
 
28598
28598
  .k-pivotgrid-cell .k-icon {
28599
28599
  cursor: pointer;
28600
+ padding-inline-end: 8px;
28600
28601
  }
28601
28602
 
28602
28603
  .k-pivotgrid-total {
@@ -29685,6 +29686,9 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29685
29686
  flex-shrink: 0;
29686
29687
  display: inline-flex;
29687
29688
  position: relative;
29689
+ border-width: 0 1px;
29690
+ border-style: solid;
29691
+ border-color: inherit;
29688
29692
  }
29689
29693
 
29690
29694
  .k-filemanager-upload-dialog .k-upload-files {
package/dist/all.scss CHANGED
@@ -31240,6 +31240,7 @@ $pivotgrid-font-family: $font-family !default;
31240
31240
  $pivotgrid-font-size: $font-size !default;
31241
31241
  $pivotgrid-line-height: $line-height !default;
31242
31242
  $pivotgrid-border-width: 1px !default;
31243
+ $pivotgrid-icon-spacing: 8px !default;
31243
31244
 
31244
31245
  $pivotgrid-row-header-width: 300px !default;
31245
31246
  $pivotgrid-column-header-height: 75px !default;
@@ -31484,6 +31485,7 @@ $pivotgrid-remove-text: null !default;
31484
31485
 
31485
31486
  .k-pivotgrid-cell .k-icon {
31486
31487
  cursor: pointer;
31488
+ padding-inline-end: $pivotgrid-icon-spacing;
31487
31489
  }
31488
31490
 
31489
31491
  .k-pivotgrid-total {
@@ -32970,6 +32972,9 @@ $filemanager-preview-icon-border: null !default;
32970
32972
  flex-shrink: 0;
32971
32973
  display: inline-flex;
32972
32974
  position: relative;
32975
+ border-width: 0 1px;
32976
+ border-style: solid;
32977
+ border-color: inherit;
32973
32978
  }
32974
32979
 
32975
32980
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.1.2-dev.4",
4
+ "version": "5.1.2-dev.5",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "prepublishOnly": "echo 'no prebublish for default theme'",
48
48
  "postpublish": "echo 'no postpublish for default theme'"
49
49
  },
50
- "gitHead": "9393e5a4ae3fc72f5f86b40ae7047a0feb1ffc14"
50
+ "gitHead": "b4a2644f36f4dd8559aadb2ce2eb3d08ef1e4c55"
51
51
  }
@@ -211,6 +211,9 @@
211
211
  flex-shrink: 0;
212
212
  display: inline-flex;
213
213
  position: relative;
214
+ border-width: 0 1px;
215
+ border-style: solid;
216
+ border-color: inherit;
214
217
  }
215
218
 
216
219
 
@@ -134,6 +134,7 @@
134
134
 
135
135
  .k-pivotgrid-cell .k-icon {
136
136
  cursor: pointer;
137
+ padding-inline-end: $pivotgrid-icon-spacing;
137
138
  }
138
139
 
139
140
  .k-pivotgrid-total {
@@ -6,6 +6,7 @@ $pivotgrid-font-family: $font-family !default;
6
6
  $pivotgrid-font-size: $font-size !default;
7
7
  $pivotgrid-line-height: $line-height !default;
8
8
  $pivotgrid-border-width: 1px !default;
9
+ $pivotgrid-icon-spacing: 8px !default;
9
10
 
10
11
  $pivotgrid-row-header-width: 300px !default;
11
12
  $pivotgrid-column-header-height: 75px !default;