.popconfirm {
  padding-bottom: 0 !important;
  div:first-child {
    border-style: none;
  }
}

.labelContent {
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  flex: 1;
}

.tooltipTextContent {
  .ant-tooltip-inner {
    background: #fff !important;
    color: rgba(0, 0, 0, 0.85) !important;
  }
}
.x6-edge-labels {
  .deleteIcon {
    display: none;
  }
  &:hover {
    .deleteIcon {
      display: inline-flex;
    }
  }
}
