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

.more-action {
  :global {
    .@{ant-prefix}-menu-item,
    .@{ant-prefix}-menu-submenu-title {
      font-size: 14px;
    }
    .@{ant-prefix}-menu-item:hover {
      color: @t-theme-color;
      background-color: @t-select-popover-hover-color;
    }
  }
}

.hide {
  display: none !important;
}
