@progress/kendo-theme-fluent 10.0.0-dev.3 → 10.0.0-dev.4
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 +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main-dark.scss +0 -1
- package/dist/fluent-main.css +1 -1
- package/dist/fluent-main.scss +0 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_theme.scss +1 -0
package/dist/fluent-main.scss
CHANGED
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "10.0.0-dev.
|
|
4
|
+
"version": "10.0.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^3.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "10.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "10.0.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "10.0.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.0.0-dev.4"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d616fc69c58c3151ef2ae829e4f8a2f82fa5b4a6"
|
|
64
64
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -292,6 +292,7 @@
|
|
|
292
292
|
background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
+
.k-grid-row-sticky,
|
|
295
296
|
&.k-grid-row-sticky > .k-table-td {
|
|
296
297
|
border-block-color: var( --kendo-grid-sticky-border, #{$kendo-grid-sticky-border} );
|
|
297
298
|
background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
|