@progress/kendo-theme-fluent 7.2.1-dev.4 → 7.2.1-dev.6
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 +6 -4
- package/dist/meta/sassdoc-data.json +198 -198
- package/dist/meta/sassdoc-raw-data.json +99 -99
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_layout.scss +6 -5
- package/scss/spreadsheet/_variables.scss +99 -99
package/dist/all.css
CHANGED
|
@@ -41207,7 +41207,9 @@ kendo-card-footer {
|
|
|
41207
41207
|
overflow: hidden;
|
|
41208
41208
|
}
|
|
41209
41209
|
.k-grid-header-wrap .k-table-row:not(:only-child) .k-table-th,
|
|
41210
|
-
.k-grid-
|
|
41210
|
+
.k-grid-header-wrap .k-table-row:not(:only-child) .k-table-td:nth-child(n+2),
|
|
41211
|
+
.k-grid-footer-wrap .k-table-row:not(:only-child) .k-table-th,
|
|
41212
|
+
.k-grid-footer-wrap .k-table-row:not(:only-child) .k-table-td:nth-child(n+2) {
|
|
41211
41213
|
border-inline-start-width: 1px;
|
|
41212
41214
|
}
|
|
41213
41215
|
|
|
@@ -41251,12 +41253,12 @@ div.k-grid-footer {
|
|
|
41251
41253
|
z-index: 1;
|
|
41252
41254
|
cursor: default;
|
|
41253
41255
|
}
|
|
41254
|
-
.k-grid-header .k-table-th:first-child {
|
|
41255
|
-
border-inline-start-width: 0;
|
|
41256
|
-
}
|
|
41257
41256
|
.k-grid-header .k-table-th.k-first {
|
|
41258
41257
|
border-inline-start-width: var(--kendo-grid-header-first-border-width, 1px);
|
|
41259
41258
|
}
|
|
41259
|
+
.k-grid-header .k-table-row .k-table-th:first-child:not(.k-first) {
|
|
41260
|
+
border-inline-start-width: 0;
|
|
41261
|
+
}
|
|
41260
41262
|
.k-grid-header .k-table-th > .k-link {
|
|
41261
41263
|
margin-block: calc(var(--INTERNAL--kendo-grid-header-padding-y, 0)*-1);
|
|
41262
41264
|
margin-inline: calc(var(--INTERNAL--kendo-grid-header-padding-x, 0)*-1);
|