@elliemae/ds-basic 2.3.3-rc.0 → 2.4.0-rc.2

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/css/dimsum.css CHANGED
@@ -8848,7 +8848,13 @@ body > .em-ds-tree-item {
8848
8848
  pointer-events: none; }
8849
8849
  .em-ds-tree-item.drag-overlay {
8850
8850
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
8851
- border-radius: 2px; }
8851
+ border-radius: 2px;
8852
+ padding-right: 0.61538rem; }
8853
+ .em-ds-tree-item--dragging {
8854
+ background-color: #EBEDF0;
8855
+ color: #697489; }
8856
+ .em-ds-tree-item--dragging .em-ds-icon {
8857
+ fill: #697489; }
8852
8858
  .em-ds-tree-item .drag-handle {
8853
8859
  position: relative;
8854
8860
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);