@progress/kendo-theme-fluent 7.2.0 → 7.2.1-dev.1
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 +2 -1
- package/dist/meta/sassdoc-data.json +532 -532
- package/dist/meta/sassdoc-raw-data.json +266 -266
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/chat/_variables.scss +64 -64
- package/scss/grid/_layout.scss +1 -0
- package/scss/grid/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +46 -46
- package/scss/splitter/_variables.scss +20 -20
- package/scss/stepper/_variables.scss +60 -60
- package/scss/taskboard/_variables.scss +63 -63
- package/scss/wizard/_variables.scss +15 -15
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-
|
|
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) {
|