@progress/kendo-theme-material 6.2.1-dev.151 → 6.2.1-dev.154
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 -4
- package/dist/all.scss +4 -4
- 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/dist/all.css
CHANGED
|
@@ -48195,10 +48195,10 @@ col.k-sorted,
|
|
|
48195
48195
|
background-color: #ffffff;
|
|
48196
48196
|
}
|
|
48197
48197
|
|
|
48198
|
-
.k-master-row.k-selected .k-grid-content-sticky,
|
|
48199
|
-
.k-master-row.k-selected .k-grid-row-sticky,
|
|
48200
|
-
.k-master-row td.k-grid-content-sticky.k-selected,
|
|
48201
|
-
.k-master-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
48198
|
+
.k-master-row.k-table-row.k-selected .k-grid-content-sticky,
|
|
48199
|
+
.k-master-row.k-table-row.k-selected .k-grid-row-sticky,
|
|
48200
|
+
.k-master-row.k-table-row td.k-grid-content-sticky.k-selected,
|
|
48201
|
+
.k-master-row.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
48202
48202
|
background-color: whitesmoke;
|
|
48203
48203
|
}
|
|
48204
48204
|
|
package/dist/all.scss
CHANGED
|
@@ -47013,10 +47013,10 @@ $kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|
|
|
47013
47013
|
}
|
|
47014
47014
|
|
|
47015
47015
|
// Selected state
|
|
47016
|
-
&.k-selected .k-grid-content-sticky,
|
|
47017
|
-
&.k-selected .k-grid-row-sticky,
|
|
47018
|
-
td.k-grid-content-sticky.k-selected,
|
|
47019
|
-
.k-table-td.k-grid-content-sticky.k-selected {
|
|
47016
|
+
&.k-table-row.k-selected .k-grid-content-sticky,
|
|
47017
|
+
&.k-table-row.k-selected .k-grid-row-sticky,
|
|
47018
|
+
&.k-table-row td.k-grid-content-sticky.k-selected,
|
|
47019
|
+
&.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
47020
47020
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
47021
47021
|
}
|
|
47022
47022
|
|
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.2.1-dev.
|
|
4
|
+
"version": "6.2.1-dev.154+7780eb72a",
|
|
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.4.2",
|
|
53
|
-
"@progress/kendo-theme-core": "6.2.1-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "6.2.1-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "6.2.1-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "6.2.1-dev.154+7780eb72a",
|
|
54
|
+
"@progress/kendo-theme-default": "6.2.1-dev.154+7780eb72a",
|
|
55
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.154+7780eb72a"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "7780eb72a9b41b851c1f48e17422323fa2fca2ac"
|
|
58
58
|
}
|