
.conversation-item .hover-dash {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.conversation-item:hover .hover-dash {
  opacity: 1;
}

