@progress/kendo-theme-fluent 7.0.1-dev.1 → 7.0.2-dev.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/dist/all.css +1 -11
- package/dist/meta/sassdoc-data.json +610 -510
- package/dist/meta/sassdoc-raw-data.json +305 -255
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/card/_variables.scss +57 -53
- package/scss/dropdownlist/_layout.scss +0 -1
- package/scss/grid/_layout.scss +0 -11
- package/scss/spreadsheet/_layout.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -34328,7 +34328,6 @@ textarea.k-input-inner {
|
|
|
34328
34328
|
.k-dropdown-operator {
|
|
34329
34329
|
width: min-content;
|
|
34330
34330
|
flex: none;
|
|
34331
|
-
aspect-ratio: 1;
|
|
34332
34331
|
}
|
|
34333
34332
|
.k-dropdown-operator .k-input-button {
|
|
34334
34333
|
border-width: 0;
|
|
@@ -41267,16 +41266,6 @@ div.k-grid-footer {
|
|
|
41267
41266
|
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
41268
41267
|
flex: none;
|
|
41269
41268
|
}
|
|
41270
|
-
.k-filtercell .k-input,
|
|
41271
|
-
.k-filtercell .k-picker {
|
|
41272
|
-
width: auto;
|
|
41273
|
-
flex: 1 1 auto;
|
|
41274
|
-
}
|
|
41275
|
-
.k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
|
|
41276
|
-
.k-filtercell .k-dropdown-operator {
|
|
41277
|
-
width: min-content;
|
|
41278
|
-
flex: none;
|
|
41279
|
-
}
|
|
41280
41269
|
|
|
41281
41270
|
.k-grid-content,
|
|
41282
41271
|
.k-grid-content-locked {
|
|
@@ -42732,6 +42721,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42732
42721
|
|
|
42733
42722
|
.k-spreadsheet-sheets {
|
|
42734
42723
|
flex: 1 1 auto;
|
|
42724
|
+
overflow: hidden;
|
|
42735
42725
|
}
|
|
42736
42726
|
|
|
42737
42727
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|