@progress/kendo-theme-fluent 7.2.1-dev.0 → 7.2.1-dev.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 CHANGED
@@ -40889,6 +40889,7 @@ kendo-card-footer {
40889
40889
  display: block;
40890
40890
  }
40891
40891
  .k-grid .k-grid-container {
40892
+ border-color: inherit;
40892
40893
  display: flex;
40893
40894
  flex: 1 1 auto;
40894
40895
  overflow: hidden;
@@ -42427,7 +42428,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
42427
42428
 
42428
42429
  .k-filter-menu.k-popup,
42429
42430
  .k-column-menu.k-popup {
42430
- box-shadow: var(--kendo-grid-column-menu-shadow, var(--kendo-box-shadow-depth-6, none));
42431
+ box-shadow: var(--kendo-grid-column-menu-shadow, var(--kendo-box-shadow-depth-4, none));
42431
42432
  }
42432
42433
 
42433
42434
  .k-column-menu .k-menu:not(.k-context-menu) {
@@ -45854,6 +45855,9 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
45854
45855
  position: relative;
45855
45856
  display: inline-flex;
45856
45857
  }
45858
+ .k-gantt .k-gantt-splitter {
45859
+ border-width: 0;
45860
+ }
45857
45861
  .k-gantt .k-treelist-scrollable {
45858
45862
  width: 100%;
45859
45863
  border-width: 0;