styles.css [160:171]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/* Remove flexbox styling */
.tree-item:hover::after {
  content: none;
}

/* Drag handle styling - position absolutely within the tree item */
.drag-handle {
  opacity: 0.2;
  font-size: 14px;
  color: #007bff;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



styles.css [222:233]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/* Remove the existing hover effect for adding drag icon */
.tree-item:hover::after {
  content: none;
}

/* Drag handle styling */
.drag-handle {
  opacity: 0.2;
  font-size: 14px;
  color: #007bff;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



