@import '../../../global/theme.less';

.icon {
  display: inline-block;
  margin: -12px;
  padding: 12px;
  line-height: 16px;
  color: @theme-color;
  cursor: pointer;
}
.list {
  .item {
    display: inline-block;
    color: @theme-color;
    cursor: pointer;
    &.disabled {
      color: @font-disable-color;
      cursor: not-allowed;
    }
  }
  a {
    color: inherit !important;
    cursor: inherit !important;
  }
  :global(.@{ant-prefix}-divider-vertical:first-child) {
    display: none;
  }
}
.popover {
  .list {
    min-width: 120px;
    padding: 4px 0;
    line-height: 34px;
    text-align: center;
    .item {
      display: block;
      padding: 0 16px;
      &:hover {
        background: @theme-color-010;
      }
    }
  }
}
