@bryntum/grid-thin-trial 7.2.2 → 7.2.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/grid.css CHANGED
@@ -724,7 +724,7 @@
724
724
  .b-grid-base.b-split .b-grid-splitter:not(.b-disabled) {
725
725
  --b-grid-splitter-width: var(--b-region-resize-splitter-width);
726
726
  }
727
- @media (pointer : coarse) {
727
+ @media (pointer: coarse) {
728
728
  .b-grid-base.b-split {
729
729
  --b-region-resize-splitter-width-hover: var(--b-region-resize-splitter-touch-width-hover);
730
730
  }
@@ -734,7 +734,7 @@
734
734
  pointer-events: var(--bi-grid-splitter-pointer-events, none);
735
735
  z-index: var(--b-grid-splitter-zindex);
736
736
  }
737
- @media (any-pointer : coarse) {
737
+ @media (any-pointer: coarse) {
738
738
  .b-grid-splitter {
739
739
  --bi-grid-splitter-button-size: 1.3em;
740
740
  }
@@ -1928,7 +1928,6 @@ div.b-grid-header-container .b-yscroll-pad {
1928
1928
  }
1929
1929
  .b-grid-row.b-row-placeholder .b-grid-cell {
1930
1930
  color: transparent;
1931
- clip-path: inset(1em 1em 1em 1em);
1932
1931
  }
1933
1932
  .b-grid-row.b-row-placeholder .b-grid-cell > *:not(.b-editor) {
1934
1933
  display: none;
@@ -1936,8 +1935,8 @@ div.b-grid-header-container .b-yscroll-pad {
1936
1935
  .b-grid-row.b-row-placeholder .b-grid-cell::after {
1937
1936
  content: "";
1938
1937
  position: absolute;
1939
- inset: 1em;
1940
- border-radius: 5px;
1938
+ inset: 1.2em var(--b-grid-cell-padding-inline);
1939
+ border-radius: var(--b-widget-border-radius);
1941
1940
  background: var(--b-grid-row-placeholder-color);
1942
1941
  }
1943
1942
  .b-hide-row-hover {