@progress/kendo-theme-core 10.6.0-dev.5 → 10.6.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-core",
3
3
  "description": "A collection of functions and mixins used for building themes for Kendo UI",
4
- "version": "10.6.0-dev.5",
4
+ "version": "10.6.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -45,5 +45,5 @@
45
45
  "directories": {
46
46
  "doc": "docs"
47
47
  },
48
- "gitHead": "974ffdfcf9036dc8bfd368b17f6fcef80e6a1d98"
48
+ "gitHead": "61de20186b040b6e1ac5affab2bac1ef961b6a52"
49
49
  }
@@ -142,9 +142,12 @@
142
142
  // Locked columns
143
143
  .k-grid-header-locked,
144
144
  .k-grid-content-locked,
145
+ .k-grid-footer-locked,
145
146
  .k-grid-header-locked .k-table-th,
146
147
  .k-grid-content-locked td,
147
- .k-grid-content-locked .k-table-td {
148
+ .k-grid-content-locked .k-table-td,
149
+ .k-grid-footer-locked td,
150
+ .k-grid-footer-locked .k-table-td {
148
151
  border-color: $kendo-grid-sticky-header-border;
149
152
  }
150
153