@progress/kendo-theme-classic 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 +4 -0
- package/dist/all.scss +5 -0
- package/package.json +3 -3
- package/scss/pivotgrid/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -28602,6 +28602,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28602
28602
|
|
|
28603
28603
|
.k-pivotgrid-cell .k-icon {
|
|
28604
28604
|
cursor: pointer;
|
|
28605
|
+
padding-inline-end: 8px;
|
|
28605
28606
|
}
|
|
28606
28607
|
|
|
28607
28608
|
.k-pivotgrid-total {
|
|
@@ -29690,6 +29691,9 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29690
29691
|
flex-shrink: 0;
|
|
29691
29692
|
display: inline-flex;
|
|
29692
29693
|
position: relative;
|
|
29694
|
+
border-width: 0 1px;
|
|
29695
|
+
border-style: solid;
|
|
29696
|
+
border-color: inherit;
|
|
29693
29697
|
}
|
|
29694
29698
|
|
|
29695
29699
|
.k-filemanager-upload-dialog .k-upload-files {
|
package/dist/all.scss
CHANGED
|
@@ -31795,6 +31795,7 @@ $pivotgrid-font-family: $font-family !default;
|
|
|
31795
31795
|
$pivotgrid-font-size: $font-size !default;
|
|
31796
31796
|
$pivotgrid-line-height: $line-height !default;
|
|
31797
31797
|
$pivotgrid-border-width: 1px !default;
|
|
31798
|
+
$pivotgrid-icon-spacing: 8px !default;
|
|
31798
31799
|
|
|
31799
31800
|
$pivotgrid-row-header-width: 300px !default;
|
|
31800
31801
|
$pivotgrid-column-header-height: 75px !default;
|
|
@@ -32040,6 +32041,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
32040
32041
|
|
|
32041
32042
|
.k-pivotgrid-cell .k-icon {
|
|
32042
32043
|
cursor: pointer;
|
|
32044
|
+
padding-inline-end: $pivotgrid-icon-spacing;
|
|
32043
32045
|
}
|
|
32044
32046
|
|
|
32045
32047
|
.k-pivotgrid-total {
|
|
@@ -33544,6 +33546,9 @@ $filemanager-preview-icon-border: null !default;
|
|
|
33544
33546
|
flex-shrink: 0;
|
|
33545
33547
|
display: inline-flex;
|
|
33546
33548
|
position: relative;
|
|
33549
|
+
border-width: 0 1px;
|
|
33550
|
+
border-style: solid;
|
|
33551
|
+
border-color: inherit;
|
|
33547
33552
|
}
|
|
33548
33553
|
|
|
33549
33554
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "5.1.2-dev.
|
|
4
|
+
"version": "5.1.2-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.1.2-dev.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.1.2-dev.5"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "b4a2644f36f4dd8559aadb2ce2eb3d08ef1e4c55"
|
|
55
55
|
}
|
|
@@ -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;
|