@progress/kendo-theme-material 6.0.1 → 6.0.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.
- package/dist/all.css +6 -3
- package/dist/all.scss +8 -5
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_theme.scss +8 -5
package/dist/all.css
CHANGED
|
@@ -42576,14 +42576,17 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
42576
42576
|
}
|
|
42577
42577
|
|
|
42578
42578
|
.k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th.k-grid-header-sticky {
|
|
42579
|
-
border-
|
|
42580
|
-
border-left-color: rgba(0, 0, 0, 0.5);
|
|
42579
|
+
border-inline-color: rgba(0, 0, 0, 0.5);
|
|
42581
42580
|
}
|
|
42582
42581
|
|
|
42583
|
-
.k-
|
|
42582
|
+
.k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
|
|
42584
42583
|
border-inline-start-color: rgba(0, 0, 0, 0.12);
|
|
42585
42584
|
}
|
|
42586
42585
|
|
|
42586
|
+
.k-grid-header .k-grid-header-locked .k-table-thead .k-table-row .k-table-th {
|
|
42587
|
+
border-inline-color: rgba(0, 0, 0, 0.5);
|
|
42588
|
+
}
|
|
42589
|
+
|
|
42587
42590
|
.k-group-footer td,
|
|
42588
42591
|
.k-group-footer .k-table-td,
|
|
42589
42592
|
.k-group-footer .k-grid-footer-sticky {
|
package/dist/all.scss
CHANGED
|
@@ -36031,15 +36031,18 @@ $kendo-grid-group-footer-second-cell-border: 0px !default;
|
|
|
36031
36031
|
|
|
36032
36032
|
.k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
|
|
36033
36033
|
&.k-grid-header-sticky {
|
|
36034
|
-
border-
|
|
36035
|
-
border-left-color: $kendo-grid-sticky-header-border;
|
|
36034
|
+
border-inline-color: $kendo-grid-sticky-header-border;
|
|
36036
36035
|
}
|
|
36037
36036
|
}
|
|
36038
36037
|
|
|
36039
|
-
|
|
36038
|
+
.k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
|
|
36039
|
+
border-inline-start-color: $kendo-grid-border;
|
|
36040
|
+
}
|
|
36041
|
+
|
|
36042
|
+
.k-grid-header-locked .k-table-thead .k-table-row .k-table-th {
|
|
36043
|
+
border-inline-color: $kendo-grid-sticky-header-border;
|
|
36044
|
+
}
|
|
36040
36045
|
|
|
36041
|
-
.k-table-thead.k-grid-header > .k-table-row:not(:only-child) > .k-table-th {
|
|
36042
|
-
border-inline-start-color: $kendo-grid-border;
|
|
36043
36046
|
}
|
|
36044
36047
|
|
|
36045
36048
|
.k-group-footer {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "^1.0.0",
|
|
53
|
-
"@progress/kendo-theme-core": "^6.0.
|
|
54
|
-
"@progress/kendo-theme-default": "^6.0.
|
|
55
|
-
"@progress/kendo-theme-utils": "^6.0.
|
|
53
|
+
"@progress/kendo-theme-core": "^6.0.2",
|
|
54
|
+
"@progress/kendo-theme-default": "^6.0.2",
|
|
55
|
+
"@progress/kendo-theme-utils": "^6.0.2"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "ba4938b03e5055885c80f922a872f6d7031e5c61"
|
|
58
58
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -161,15 +161,18 @@
|
|
|
161
161
|
|
|
162
162
|
.k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
|
|
163
163
|
&.k-grid-header-sticky {
|
|
164
|
-
border-
|
|
165
|
-
border-left-color: $kendo-grid-sticky-header-border;
|
|
164
|
+
border-inline-color: $kendo-grid-sticky-header-border;
|
|
166
165
|
}
|
|
167
166
|
}
|
|
168
167
|
|
|
169
|
-
|
|
168
|
+
.k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
|
|
169
|
+
border-inline-start-color: $kendo-grid-border;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.k-grid-header-locked .k-table-thead .k-table-row .k-table-th {
|
|
173
|
+
border-inline-color: $kendo-grid-sticky-header-border;
|
|
174
|
+
}
|
|
170
175
|
|
|
171
|
-
.k-table-thead.k-grid-header > .k-table-row:not(:only-child) > .k-table-th {
|
|
172
|
-
border-inline-start-color: $kendo-grid-border;
|
|
173
176
|
}
|
|
174
177
|
|
|
175
178
|
.k-group-footer {
|