@elliemae/ds-basic 2.3.0-next.13 → 2.3.0-next.17

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
@@ -8826,7 +8826,13 @@ body > .em-ds-tree-item {
8826
8826
  pointer-events: none; }
8827
8827
  .em-ds-tree-item.drag-overlay {
8828
8828
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
8829
- border-radius: 2px; }
8829
+ border-radius: 2px;
8830
+ padding-right: 0.61538rem; }
8831
+ .em-ds-tree-item--dragging {
8832
+ background-color: #EBEDF0;
8833
+ color: #697489; }
8834
+ .em-ds-tree-item--dragging .em-ds-icon {
8835
+ fill: #697489; }
8830
8836
  .em-ds-tree-item .drag-handle {
8831
8837
  position: relative;
8832
8838
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);