@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.
@@ -1,7 +1,6 @@
1
1
  @forward "../scss/index.scss" with (
2
2
  $kendo-enable-color-system: true !default,
3
3
 
4
-
5
4
  );
6
5
 
7
6
  @use "../scss/index.scss" as *;
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.0.0-dev.3",
6
+ "version": "10.0.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.0.0-dev.3",
6
+ "version": "10.0.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.0.0-dev.3",
6
+ "version": "10.0.0-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
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.3",
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.3",
57
- "@progress/kendo-theme-utils": "10.0.0-dev.3"
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": "23fd87dc9e3c298f9e7d302e008e052f439b03f1"
63
+ "gitHead": "d616fc69c58c3151ef2ae829e4f8a2f82fa5b4a6"
64
64
  }
@@ -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} );