@progress/kendo-theme-classic 9.0.0 → 9.0.1-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 -1
- package/dist/all.scss +11 -7
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
package/dist/all.scss
CHANGED
|
@@ -12466,8 +12466,8 @@ $kendo-utils: (
|
|
|
12466
12466
|
/// @group height
|
|
12467
12467
|
/// @contextType css
|
|
12468
12468
|
|
|
12469
|
-
/// This is equivalent to `
|
|
12470
|
-
/// @example
|
|
12469
|
+
/// This is equivalent to `height: 100%;`.
|
|
12470
|
+
/// @example height: 100%;
|
|
12471
12471
|
/// @name .k-h-full
|
|
12472
12472
|
/// @group height
|
|
12473
12473
|
/// @contextType css
|
|
@@ -12636,8 +12636,8 @@ $kendo-utils: (
|
|
|
12636
12636
|
/// @group width
|
|
12637
12637
|
/// @contextType css
|
|
12638
12638
|
|
|
12639
|
-
/// This is equivalent to `
|
|
12640
|
-
/// @example
|
|
12639
|
+
/// This is equivalent to `width: 100%;`.
|
|
12640
|
+
/// @example width: 100%;
|
|
12641
12641
|
/// @name .k-w-full
|
|
12642
12642
|
/// @group width
|
|
12643
12643
|
/// @contextType css
|
|
@@ -38905,10 +38905,8 @@ $_kendo-module-meta: (
|
|
|
38905
38905
|
overflow: hidden;
|
|
38906
38906
|
cursor: default;
|
|
38907
38907
|
flex: 1;
|
|
38908
|
-
display: flex;
|
|
38909
|
-
flex-flow: row nowrap;
|
|
38910
38908
|
|
|
38911
|
-
|
|
38909
|
+
&:empty::before {
|
|
38912
38910
|
content: "\200b";
|
|
38913
38911
|
}
|
|
38914
38912
|
}
|
|
@@ -55634,6 +55632,12 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
|
55634
55632
|
visibility: hidden;
|
|
55635
55633
|
}
|
|
55636
55634
|
|
|
55635
|
+
// Resizable tables
|
|
55636
|
+
.k-editor-resize-wrap-element {
|
|
55637
|
+
display: inline-block;
|
|
55638
|
+
position: relative;
|
|
55639
|
+
}
|
|
55640
|
+
|
|
55637
55641
|
.k-editor-resize-handle {
|
|
55638
55642
|
width: $kendo-editor-resize-handle-size;
|
|
55639
55643
|
height: $kendo-editor-resize-handle-size;
|