@progress/kendo-theme-material 8.0.2-dev.2 → 8.0.2-dev.3

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
@@ -19977,6 +19977,7 @@ $kendo-table-selected-border: null !default;
19977
19977
  position: absolute;
19978
19978
  top: 0;
19979
19979
  left: 0;
19980
+ pointer-events: none;
19980
19981
  }
19981
19982
  }
19982
19983
 
@@ -53534,10 +53535,9 @@ $kendo-pivotgrid-remove-text: $kendo-pivotgrid-button-bg !default;
53534
53535
  .k-flex-row-reverse & {
53535
53536
  display: flex;
53536
53537
  align-items: center;
53538
+ justify-content: center;
53539
+ writing-mode: vertical-rl;
53537
53540
 
53538
- span {
53539
- writing-mode: vertical-rl;
53540
- }
53541
53541
  .k-icon {
53542
53542
  vertical-align: baseline;
53543
53543
  }