@elliemae/ds-basic 3.0.0-alpha.3 → 3.0.0-next.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.
@@ -8841,7 +8841,13 @@ body > .em-ds-tree-item {
8841
8841
  pointer-events: none; }
8842
8842
  .em-ds-tree-item.drag-overlay {
8843
8843
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
8844
- border-radius: 2px; }
8844
+ border-radius: 2px;
8845
+ padding-right: 0.61538rem; }
8846
+ .em-ds-tree-item--dragging {
8847
+ background-color: #EBEDF0;
8848
+ color: #697489; }
8849
+ .em-ds-tree-item--dragging .em-ds-icon {
8850
+ fill: #697489; }
8845
8851
  .em-ds-tree-item .drag-handle {
8846
8852
  position: relative;
8847
8853
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);