@progress/kendo-theme-default 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.scss CHANGED
@@ -12478,8 +12478,8 @@ $kendo-utils: (
12478
12478
  /// @group height
12479
12479
  /// @contextType css
12480
12480
 
12481
- /// This is equivalent to `min-height: 100%;`.
12482
- /// @example min-height: 100%;
12481
+ /// This is equivalent to `height: 100%;`.
12482
+ /// @example height: 100%;
12483
12483
  /// @name .k-h-full
12484
12484
  /// @group height
12485
12485
  /// @contextType css
@@ -12648,8 +12648,8 @@ $kendo-utils: (
12648
12648
  /// @group width
12649
12649
  /// @contextType css
12650
12650
 
12651
- /// This is equivalent to `min-width: 100%;`.
12652
- /// @example min-width: 100%;
12651
+ /// This is equivalent to `width: 100%;`.
12652
+ /// @example width: 100%;
12653
12653
  /// @name .k-w-full
12654
12654
  /// @group width
12655
12655
  /// @contextType css
@@ -37913,10 +37913,8 @@ $_kendo-module-meta: (
37913
37913
  overflow: hidden;
37914
37914
  cursor: default;
37915
37915
  flex: 1;
37916
- display: flex;
37917
- flex-flow: row nowrap;
37918
37916
 
37919
- &::before {
37917
+ &:empty::before {
37920
37918
  content: "\200b";
37921
37919
  }
37922
37920
  }
@@ -54162,6 +54160,12 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
54162
54160
  visibility: hidden;
54163
54161
  }
54164
54162
 
54163
+ // Resizable tables
54164
+ .k-editor-resize-wrap-element {
54165
+ display: inline-block;
54166
+ position: relative;
54167
+ }
54168
+
54165
54169
  .k-editor-resize-handle {
54166
54170
  width: $kendo-editor-resize-handle-size;
54167
54171
  height: $kendo-editor-resize-handle-size;